From 4ead9790aa2d37596ddf192c9f81f79eb0287d72 Mon Sep 17 00:00:00 2001 From: Lars Uebernickel Date: Wed, 15 Feb 2012 11:40:19 +0100 Subject: Call system-config-printer instead of g-c-c's printer panel --- src/indicator-printer-state-notifier.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/indicator-printer-state-notifier.c') diff --git a/src/indicator-printer-state-notifier.c b/src/indicator-printer-state-notifier.c index b0c19e5..d3668a2 100644 --- a/src/indicator-printer-state-notifier.c +++ b/src/indicator-printer-state-notifier.c @@ -155,7 +155,7 @@ show_alert_box (const gchar *printer, gtk_widget_show_all (dialog); if (gtk_dialog_run (GTK_DIALOG (dialog)) == RESPONSE_SHOW_SYSTEM_SETTINGS) - spawn_printer_settings_with_args ("show-printer %s", printer); + spawn_printer_settings (); gtk_widget_destroy (dialog); } -- cgit v1.2.3