summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS3
-rwxr-xr-xlib/MDV/Control_Center.pm4
2 files changed, 5 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 0dd09ab6..1b85ee4e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,6 @@
+- change system-config-printer to embed in mcc and
+ change its path to $sbindir
+
Version 10.20 - 20 August 2008, Thierry Vignaud
- Change printerdrake by system-config-printer
diff --git a/lib/MDV/Control_Center.pm b/lib/MDV/Control_Center.pm
index ac7f2621..c69474ba 100755
--- a/lib/MDV/Control_Center.pm
+++ b/lib/MDV/Control_Center.pm
@@ -462,8 +462,8 @@ our %programs =
"Printer" =>
{
- binary => "$bindir/system-config-printer",
- embedded => -1,
+ binary => "$sbindir/system-config-printer",
+ embedded => 1,
description => N("Set up the printer(s), the print job queues, ..."),
icon => 'printer-mcc-mdk',
long_description => N("Set up the printer(s), the print job queues, ..."),