From 84071f1d02d9d45280d209a309e2c585ccaec5f0 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Sun, 16 Oct 2016 11:23:15 +0200 Subject: add a tooltip for the selection column too --- rpmdrake | 1 + 1 file changed, 1 insertion(+) diff --git a/rpmdrake b/rpmdrake index 200432e6..fed79707 100755 --- a/rpmdrake +++ b/rpmdrake @@ -327,6 +327,7 @@ sub run_treeview_dialog { $col_sel->set_fixed_width(34); # w/o this the toggle cells are not displayed $col_sel->set_sizing('fixed'); $col_sel->set_sort_column_id($pkg_columns{selected}); + $col_sel->get_button->set_tooltip_markup(N("Select packages for (un)installing them")); my $display_arch_col = to_bool(arch() =~ /64/); my @columns = (qw(name version release), if_($display_arch_col, 'arch')); -- cgit v1.2.1