From 540dffb29eaed3f4a25e6f3ba0b3ad8789b229fd Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Sun, 16 Oct 2016 11:22:02 +0200 Subject: fix test in previous commit was rest of a never push alternative (it was OK as we did have a global $w but let's clean this) --- rpmdrake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpmdrake b/rpmdrake index 13bdd72c..200432e6 100755 --- a/rpmdrake +++ b/rpmdrake @@ -362,7 +362,7 @@ sub run_treeview_dialog { ) ); $col->{widget}->set_sort_column_id($col->{markup} || $col->{text}); - $col->{widget}->get_button->set_tooltip_markup($col->{tip}) if $w && $col->{tip}; + $col->{widget}->get_button->set_tooltip_markup($col->{tip}) if $col->{tip}; } $columns{$_}{widget}->set_sizing('autosize') foreach @columns; $columns{name}{widget}->set_property('expand', '1'); -- cgit v1.2.1