From 472a7c2b7187ae083d8d2ea6ca35ffd433bce007 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C3=A9cureuil?= Date: Mon, 5 Oct 2009 20:25:40 +0000 Subject: Fix system-config-printer emplacement (#54303) --- NEWS | 3 +++ lib/MDV/Control_Center.pm | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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', -- cgit v1.2.1