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).
This commit is contained in:
Marek Kasik
2009-04-21 13:06:49 +02:00
parent 4059557491
commit 6e121ee85e
5 changed files with 55 additions and 3 deletions

View File

@ -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