diff options
Diffstat (limited to 'mgaapplet-config')
-rwxr-xr-x | mgaapplet-config | 2 |
1 files changed, 1 insertions, 1 deletions
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, |