aboutsummaryrefslogtreecommitdiffstats
path: root/MandrivaUpdate
diff options
context:
space:
mode:
Diffstat (limited to 'MandrivaUpdate')
-rwxr-xr-xMandrivaUpdate7
1 files changed, 6 insertions, 1 deletions
diff --git a/MandrivaUpdate b/MandrivaUpdate
index ce99526e..4d1b96aa 100755
--- a/MandrivaUpdate
+++ b/MandrivaUpdate
@@ -142,7 +142,12 @@ sub run_treeview_dialog {
Gtk2::Button->new(but_(N("Select all"))),
clicked => sub {
return;
- toggle_all({ }, 1);
+ toggle_all({
+ widgets => {
+ detail_list => $list,
+ detail_list_model => $list->get_model
+ },
+ }, 1);
},
),
1, gtknew('Label'),