aboutsummaryrefslogtreecommitdiffstats
path: root/rpmdrake.pm
diff options
context:
space:
mode:
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(