diff options
author | Antoine Ginies <aginies@mandriva.com> | 2005-09-08 20:21:05 +0000 |
---|---|---|
committer | Antoine Ginies <aginies@mandriva.com> | 2005-09-08 20:21:05 +0000 |
commit | 1623e60c7514d0889fb8da8806a13f79e2ec7355 (patch) | |
tree | 293b8261147e370ffca5768be7e0452005c54f82 /perl-install/standalone/draksambashare | |
parent | bb5975425fc2f4119879f9294c7b1b305d6ae530 (diff) | |
download | drakx-1623e60c7514d0889fb8da8806a13f79e2ec7355.tar drakx-1623e60c7514d0889fb8da8806a13f79e2ec7355.tar.gz drakx-1623e60c7514d0889fb8da8806a13f79e2ec7355.tar.bz2 drakx-1623e60c7514d0889fb8da8806a13f79e2ec7355.tar.xz drakx-1623e60c7514d0889fb8da8806a13f79e2ec7355.zip |
adjust GUI ouput in modify dialog box
Diffstat (limited to 'perl-install/standalone/draksambashare')
-rwxr-xr-x | perl-install/standalone/draksambashare | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/draksambashare b/perl-install/standalone/draksambashare index 69ea3ab91..91522eca1 100755 --- a/perl-install/standalone/draksambashare +++ b/perl-install/standalone/draksambashare @@ -188,7 +188,7 @@ my $label_and_widgets = sub { gtkpack_(Gtk2::HBox->new(0,1), 0, gtkadd_widget($size_groups{label}, $label), 0, gtkadd_widget($size_groups{widget}, $widget), - 0, gtkadd_widget($size_groups{button}, $button), + if_($button, 0, gtkadd_widget($size_groups{button}, $button)), ); }; |