aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xrpmdrake6
1 files changed, 6 insertions, 0 deletions
diff --git a/rpmdrake b/rpmdrake
index 3cc9aae3..d0c12777 100755
--- a/rpmdrake
+++ b/rpmdrake
@@ -1436,6 +1436,12 @@ Do you really want to install all the selected packages?"), yesno => 1)
clicked => sub { rpmdrake::open_help($MODE) },
),
1, $status,
+ 0, my $select_button = gtksignal_connect(
+ Gtk2::Button->new(but_(N("Select all"))),
+ clicked => sub {
+ $options->{toggle_all}->(1);
+ },
+ ),
0, my $action_button = gtksignal_connect(
Gtk2::Button->new(but_(N("Apply"))),
clicked => sub { $do_action->() },