summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2003-02-18 12:00:22 +0000
committerPascal Rigaux <pixel@mandriva.com>2003-02-18 12:00:22 +0000
commit3c222cace3da2a5302cec3619b5b910bd7175ec1 (patch)
tree26be79b7fe6e7bd671da8829fc176263a825edf0
parent4a6001e9110c25e82c015a0d9a3f92b7b7592e19 (diff)
downloaddrakx-backup-do-not-use-3c222cace3da2a5302cec3619b5b910bd7175ec1.tar
drakx-backup-do-not-use-3c222cace3da2a5302cec3619b5b910bd7175ec1.tar.gz
drakx-backup-do-not-use-3c222cace3da2a5302cec3619b5b910bd7175ec1.tar.bz2
drakx-backup-do-not-use-3c222cace3da2a5302cec3619b5b910bd7175ec1.tar.xz
drakx-backup-do-not-use-3c222cace3da2a5302cec3619b5b910bd7175ec1.zip
the empty label in the HButtonBox had the same size as the buttons (since
HButtonBox are always homogeneous), causing addUser in german not to fit on the screen. No good way to solve this :-(
-rw-r--r--perl-install/ugtk2.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/perl-install/ugtk2.pm b/perl-install/ugtk2.pm
index f18423ff1..a8a933b3f 100644
--- a/perl-install/ugtk2.pm
+++ b/perl-install/ugtk2.pm
@@ -466,7 +466,6 @@ sub create_okcancel {
my $box = create_hbox($spread || "edge");
$box->pack_start($_, 0, 0, 1) foreach @l2;
- gtkpack($box, '');
$box->pack_end($_, 0, 0, 1) foreach @r2, @l;
foreach (@l2, @r2, @l) {
$_->show;