aboutsummaryrefslogtreecommitdiffstats
path: root/rpmdrake.pm
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2004-07-08 01:36:30 +0000
committerRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2004-07-08 01:36:30 +0000
commitee44bdb9cad55f9caab2d722bb8d6edeacfbd345 (patch)
tree5e4781df47421c150d43c7dc0bfe61bd0b001f9a /rpmdrake.pm
parent937e8cc4bddb4887b80bd99329554c8262a6f566 (diff)
downloadrpmdrake-ee44bdb9cad55f9caab2d722bb8d6edeacfbd345.tar
rpmdrake-ee44bdb9cad55f9caab2d722bb8d6edeacfbd345.tar.gz
rpmdrake-ee44bdb9cad55f9caab2d722bb8d6edeacfbd345.tar.bz2
rpmdrake-ee44bdb9cad55f9caab2d722bb8d6edeacfbd345.tar.xz
rpmdrake-ee44bdb9cad55f9caab2d722bb8d6edeacfbd345.zip
Remove perl bug workaround, now unneeded
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 ce17587b..6141d985 100644
--- a/rpmdrake.pm
+++ b/rpmdrake.pm
@@ -408,7 +408,7 @@ by Mandrake Linux Official Updates.")), return '';
my $tree_model = Gtk2::TreeStore->new("Glib::String");
my $tree = Gtk2::TreeView->new_with_model($tree_model);
$tree->get_selection->set_mode('browse');
- my $column = Gtk2::TreeViewColumn->new_with_attributes('', Gtk2::CellRendererText->new, 'text' => 0);
+ my $column = Gtk2::TreeViewColumn->new_with_attributes(undef, Gtk2::CellRendererText->new, 'text' => 0);
$tree->append_column($column);
$tree->set_headers_visible(0);