summaryrefslogtreecommitdiffstats
path: root/perl-install/ugtk2.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2003-08-29 23:11:55 +0000
committerPascal Rigaux <pixel@mandriva.com>2003-08-29 23:11:55 +0000
commit94c9eea1af1943282cab19c99738149e62466c39 (patch)
treeb55d48aa06b878726e2347f45f81cd08d1af591e /perl-install/ugtk2.pm
parentb292321916612488208d71332049ef9f6bf8406d (diff)
downloaddrakx-backup-do-not-use-94c9eea1af1943282cab19c99738149e62466c39.tar
drakx-backup-do-not-use-94c9eea1af1943282cab19c99738149e62466c39.tar.gz
drakx-backup-do-not-use-94c9eea1af1943282cab19c99738149e62466c39.tar.bz2
drakx-backup-do-not-use-94c9eea1af1943282cab19c99738149e62466c39.tar.xz
drakx-backup-do-not-use-94c9eea1af1943282cab19c99738149e62466c39.zip
set_minmax_width was commented which caused the individual package selection
tree to be to large (fix bug #4548 #4865)
Diffstat (limited to 'perl-install/ugtk2.pm')
-rw-r--r--perl-install/ugtk2.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/perl-install/ugtk2.pm b/perl-install/ugtk2.pm
index 1a575896b..e4013d543 100644
--- a/perl-install/ugtk2.pm
+++ b/perl-install/ugtk2.pm
@@ -1063,7 +1063,8 @@ sub ask_browse_tree_info {
$tree->append_column(Gtk2::TreeViewColumn->new_with_attributes(undef, Gtk2::CellRendererText->new, 'text' => 2));
$tree->set_headers_visible(0);
$tree->set_rules_hint(1);
- #TODO CHANGE METHOD WHICH DOES NOT EXISTS $textcolumn->set_minmax_width(200);
+ $textcolumn->set_min_width(200);
+ $textcolumn->set_max_width(200);
gtkadd($w->{window},
gtkpack_(Gtk2::VBox->new(0,5),