From 6ac6c4131b7c043c69c6896d5199e13f054c9e20 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 30 Dec 2013 02:15:56 +0100 Subject: fix two Entry pointing to the same reference (mga#12148) bug introduced in commit 56bcaff85b7b8a98ffdf67118a4df873fe301882 on Nov 24 2009 (was: "(configure) make it work on 2008.x & 2009.x") it wasn't visible in newer distro as we were relying on the other code path --- mgaapplet-config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mgaapplet-config') diff --git a/mgaapplet-config b/mgaapplet-config index c367d07f..c4ae5d28 100755 --- a/mgaapplet-config +++ b/mgaapplet-config @@ -78,7 +78,7 @@ sub configure() { width => 100, value_ref => \$config{UPDATE_FREQUENCY})) ], [ gtknew('Label', alignment => [ 0, 1 ], text => N("First check delay (minutes)")), - gtknew($is_hscale_unsupported ? ('Entry', text_ref => \$config{UPDATE_FREQUENCY}) + gtknew($is_hscale_unsupported ? ('Entry', text_ref => \$config{FIRST_CHECK_DELAY}) : ('HScale', digits => 0, lower => 5, -- cgit v1.2.1