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:
@ -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
|
||||
|
Reference in New Issue
Block a user