mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 10:50:10 +00:00
use canonical signal names
This commit is contained in:
parent
ccb447de94
commit
4d5e99e6ca
@ -1,3 +1,7 @@
|
||||
2006-06-01 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkprintoperation-unix.c: Use canonical signal names.
|
||||
|
||||
2006-05-31 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkpagesetupunixdialog.c: Add docs, cleanup some
|
||||
|
@ -1,3 +1,7 @@
|
||||
2006-06-01 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkprintoperation-unix.c: Use canonical signal names.
|
||||
|
||||
2006-05-31 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkpagesetupunixdialog.c: Add docs, cleanup some
|
||||
|
@ -283,7 +283,7 @@ finish_print (PrintResponseData *rdata,
|
||||
|
||||
_gtk_print_operation_set_status (op, gtk_print_job_get_status (op_unix->job), NULL);
|
||||
op_unix->job_status_changed_tag =
|
||||
g_signal_connect (op_unix->job, "status_changed",
|
||||
g_signal_connect (op_unix->job, "status-changed",
|
||||
G_CALLBACK (job_status_changed_cb), op);
|
||||
|
||||
op_unix->parent = rdata->parent;
|
||||
|
Loading…
Reference in New Issue
Block a user