Mark conflicts when printer has changed

Schedule marking of conflicts when printer has changed.
Map conflict warning immediately. (#635401)
This commit is contained in:
Marek Kasik 2010-12-07 18:25:37 +01:00
parent 24e832187f
commit da85312097

View File

@ -1928,6 +1928,7 @@ selected_printer_changed (GtkTreeSelection *selection,
priv->options_changed_handler =
g_signal_connect_swapped (priv->options, "changed", G_CALLBACK (options_changed_cb), dialog);
schedule_idle_mark_conflicts (dialog);
}
update_dialog_from_settings (dialog);