From afd9d35fad9df8972ce230c5180a3f20fb820b0e Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 6 May 2009 11:03:04 +0000 Subject: (run_treeview_dialog) save "Compute updates on startup" setting --- rpmdrake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'rpmdrake') diff --git a/rpmdrake b/rpmdrake index 82b46232..3fd95bc1 100755 --- a/rpmdrake +++ b/rpmdrake @@ -566,7 +566,7 @@ sub run_treeview_dialog { $dont_show_selections->[0] = !$checkbox_show_autoselect->get_active; }, undef, '' ], [ $updates_string, undef, sub { - $::rpmdrake_options{compute_updates} = $check_boxes{$updates_string}->get_active; + $compute_updates = $check_boxes{$updates_string}->get_active; }, undef, '' ], ), [ N("/_View"), undef, undef, undef, '' ], @@ -619,7 +619,7 @@ sub run_treeview_dialog { $_ => $factory->get_widget("
" . $get_path->($_)); } ($auto_string, $noclean_string, $updates_string); $check_boxes{$auto_string}->set_active($::rpmdrake_options{auto}) if !$>; - $check_boxes{$updates_string}->set_active($::rpmdrake_options{compute_updates}) if !$>; + $check_boxes{$updates_string}->set_active($compute_updates) if !$>; $check_boxes{$noclean_string}->set_active(!$::noclean); $checkbox_show_autoselect = $factory->get_widget("
" . strip_first_underscore(N("/_Options"), N("/_Show automatically selected packages"))) -- cgit v1.2.1