summaryrefslogtreecommitdiffstats
path: root/perl-install/diskdrake/hd_gtk.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2008-09-02 13:37:57 +0000
committerThierry Vignaud <tv@mandriva.org>2008-09-02 13:37:57 +0000
commit4785bd2c16ec201b13dcf879916eae4c81652072 (patch)
tree75992a9bdde098b294aca5adac640c528fe28fca /perl-install/diskdrake/hd_gtk.pm
parent32813e3beb619fdc35771e38dfbf6d61acc46dde (diff)
downloaddrakx-backup-do-not-use-4785bd2c16ec201b13dcf879916eae4c81652072.tar
drakx-backup-do-not-use-4785bd2c16ec201b13dcf879916eae4c81652072.tar.gz
drakx-backup-do-not-use-4785bd2c16ec201b13dcf879916eae4c81652072.tar.bz2
drakx-backup-do-not-use-4785bd2c16ec201b13dcf879916eae4c81652072.tar.xz
drakx-backup-do-not-use-4785bd2c16ec201b13dcf879916eae4c81652072.zip
(create_boxradio,create_box_with_title,create_widget,get_label_width,main,reallyChooseDesktop)
explain infamous 6 years old gnome bug #101968 workarounds
Diffstat (limited to 'perl-install/diskdrake/hd_gtk.pm')
-rw-r--r--perl-install/diskdrake/hd_gtk.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/diskdrake/hd_gtk.pm b/perl-install/diskdrake/hd_gtk.pm
index 5cdc46410..6a22c31fa 100644
--- a/perl-install/diskdrake/hd_gtk.pm
+++ b/perl-install/diskdrake/hd_gtk.pm
@@ -66,6 +66,7 @@ sub main {
gtkpack_(Gtk2::VBox->new(0,7),
0, gtknew(($::isInstall ? ('Title1', 'label') : ('Label_Left', 'text'))
=> N("Click on a partition, choose a filesystem type then choose an action"),
+ # workaround infamous 6 years old gnome bug #101968:
width => mygtk2::get_label_width()
),
1, (my $notebook_widget = Gtk2::Notebook->new),