From 4352c2575c12b1efe7838ed37e129c11d0e2edaf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C3=A9cureuil?= Date: Mon, 29 Mar 2010 17:25:48 +0000 Subject: Use back $sbindir as we use consolehelper --- NEWS | 2 ++ lib/MDV/Control_Center.pm | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 37798da4..52a72b18 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,5 @@ +- Use /usr/sbin/system-config-printer instead of the /usr/bin/ one. (Bug #58174) + Version 12.18.3 - 26 January 2010, Thierry Vignaud - stop retrieving URL on startup (now done in embedded tool) diff --git a/lib/MDV/Control_Center.pm b/lib/MDV/Control_Center.pm index 1bacb2b0..553b7043 100755 --- a/lib/MDV/Control_Center.pm +++ b/lib/MDV/Control_Center.pm @@ -474,7 +474,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', -- cgit v1.2.1