diff options
author | Marek Kasik <mkasik@redhat.com> | 2009-04-21 13:06:49 +0200 |
---|---|---|
committer | Marek Kasik <mkasik@redhat.com> | 2009-04-21 13:06:49 +0200 |
commit | 6e121ee85e7c796b33d2f6635744ab3f0d0f65e2 (patch) | |
tree | 465e3d7a9e02f5350131294bf6162c0f9008cb68 /gtk/gtkprintunixdialog.c | |
parent | 405955749103dcfdf582b6ae4f053c66837a6281 (diff) | |
download | gtk+-6e121ee85e7c796b33d2f6635744ab3f0d0f65e2.tar.gz |
Allow the custom widget to actualize on a printer change
Passes print settings and page setup to the custom widget
through a new "update-custom-widget" signal (#564854).
Diffstat (limited to 'gtk/gtkprintunixdialog.c')
-rw-r--r-- | gtk/gtkprintunixdialog.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/gtkprintunixdialog.c b/gtk/gtkprintunixdialog.c index 72520f82a7..9f4cd6123a 100644 --- a/gtk/gtkprintunixdialog.c +++ b/gtk/gtkprintunixdialog.c @@ -1552,6 +1552,8 @@ selected_printer_changed (GtkTreeSelection *selection, update_dialog_from_settings (dialog); update_dialog_from_capabilities (dialog); + + g_object_notify ( G_OBJECT(dialog), "selected-printer"); } static void |