aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2016-10-16 11:23:15 +0200
committerThierry Vignaud <thierry.vignaud@gmail.com>2016-10-16 11:27:11 +0200
commit84071f1d02d9d45280d209a309e2c585ccaec5f0 (patch)
tree32a28bb3ea4bdbf54254a8d384b6264964331d55
parent540dffb29eaed3f4a25e6f3ba0b3ad8789b229fd (diff)
downloadrpmdrake-84071f1d02d9d45280d209a309e2c585ccaec5f0.tar
rpmdrake-84071f1d02d9d45280d209a309e2c585ccaec5f0.tar.gz
rpmdrake-84071f1d02d9d45280d209a309e2c585ccaec5f0.tar.bz2
rpmdrake-84071f1d02d9d45280d209a309e2c585ccaec5f0.tar.xz
rpmdrake-84071f1d02d9d45280d209a309e2c585ccaec5f0.zip
add a tooltip for the selection column too
-rwxr-xr-xrpmdrake1
1 files changed, 1 insertions, 0 deletions
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'));