aboutsummaryrefslogtreecommitdiffstats
path: root/rpmdrake.pm
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2013-11-19 21:37:28 +0100
committerThierry Vignaud <thierry.vignaud@gmail.com>2013-12-05 14:16:06 +0100
commite4478b1a58330fea9685120e5ae99a57358b9440 (patch)
tree211ac2c8c5bde232ad3fffa5d5e8f498bdbc82d1 /rpmdrake.pm
parentf711cbd68e4348b9b94479e93701f1e11964b55e (diff)
downloadrpmdrake-e4478b1a58330fea9685120e5ae99a57358b9440.tar
rpmdrake-e4478b1a58330fea9685120e5ae99a57358b9440.tar.gz
rpmdrake-e4478b1a58330fea9685120e5ae99a57358b9440.tar.bz2
rpmdrake-e4478b1a58330fea9685120e5ae99a57358b9440.tar.xz
rpmdrake-e4478b1a58330fea9685120e5ae99a57358b9440.zip
those setters no more accept undef
Diffstat (limited to 'rpmdrake.pm')
-rw-r--r--rpmdrake.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/rpmdrake.pm b/rpmdrake.pm
index 13c287b6..1aa78d34 100644
--- a/rpmdrake.pm
+++ b/rpmdrake.pm
@@ -672,7 +672,7 @@ by Mageia Official Updates.")), %options
my $tree_model = Gtk3::TreeStore->new("Glib::String");
my $tree = Gtk3::TreeView->new_with_model($tree_model);
$tree->get_selection->set_mode('browse');
- $tree->append_column(Gtk3::TreeViewColumn->new_with_attributes(undef, Gtk3::CellRendererText->new, text => 0));
+ $tree->append_column(Gtk3::TreeViewColumn->new_with_attributes('', Gtk3::CellRendererText->new, text => 0));
$tree->set_headers_visible(0);
gtkadd(