summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/draksambashare
diff options
context:
space:
mode:
authorAntoine Ginies <aginies@mandriva.com>2005-09-08 20:21:05 +0000
committerAntoine Ginies <aginies@mandriva.com>2005-09-08 20:21:05 +0000
commit1623e60c7514d0889fb8da8806a13f79e2ec7355 (patch)
tree293b8261147e370ffca5768be7e0452005c54f82 /perl-install/standalone/draksambashare
parentbb5975425fc2f4119879f9294c7b1b305d6ae530 (diff)
downloaddrakx-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-xperl-install/standalone/draksambashare2
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)),
);
};