summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS2
-rwxr-xr-xlib/MDV/Control_Center.pm2
2 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 88509f7b..76f79b5e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+- Use back $sbindir for system-config-printer as we use consolehelper
+
Version 12.17 - 29 October 2009, Thierry Vignaud
- refresh the icon list if some package got installed
diff --git a/lib/MDV/Control_Center.pm b/lib/MDV/Control_Center.pm
index d54a27f6..e5dc913b 100755
--- a/lib/MDV/Control_Center.pm
+++ b/lib/MDV/Control_Center.pm
@@ -470,7 +470,7 @@ our %programs =
"Printer" =>
{
- binary => "$bindir/system-config-printer",
+ binary => "$sbindir/system-config-printer",
embedded => 1,
description => N("Set up the printer(s), the print job queues, ..."),
icon => 'printer-mcc-mdk',