summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS3
-rwxr-xr-xlib/MDV/Control_Center.pm2
2 files changed, 4 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 98544097..0955b066 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,6 @@
+Version 12.13.2 - 05 October 2006, Nicolas Lecureuil
+- Fix system-config-printer emplacement (#54303)
+
Version 12.13.1 - 31 August 2009, Thierry Vignaud
- workaround latest webkit breaking mcc (bis repetita) (teuf, #53152)
diff --git a/lib/MDV/Control_Center.pm b/lib/MDV/Control_Center.pm
index 5684b4c1..a738fe71 100755
--- a/lib/MDV/Control_Center.pm
+++ b/lib/MDV/Control_Center.pm
@@ -470,7 +470,7 @@ our %programs =
"Printer" =>
{
- binary => "$sbindir/system-config-printer",
+ binary => "$bindir/system-config-printer",
embedded => 1,
description => N("Set up the printer(s), the print job queues, ..."),
icon => 'printer-mcc-mdk',