summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xperl-install/standalone/drakTermServ16
1 files changed, 8 insertions, 8 deletions
diff --git a/perl-install/standalone/drakTermServ b/perl-install/standalone/drakTermServ
index 86dafe1c2..ac33d07d5 100755
--- a/perl-install/standalone/drakTermServ
+++ b/perl-install/standalone/drakTermServ
@@ -446,14 +446,14 @@ sub client_type() {
'Thin' clients run everything off the server's CPU/RAM, using the client display.
'Fat' clients use their own CPU/RAM but the server's filesystem."), "wizard");
gtkpack_($$central_widget,
- 1, gtkpack_(new Gtk2::HBox(1,0),
- 0, new Gtk2::VBox(0,10),
- 1, gtksignal_connect($check_allow_thin, clicked => sub {
- invbool \$thin_clients;
- client_set("all");
- }),
- 0, new Gtk2::VBox(0,10)
- ),
+ 0, gtkpack_(new Gtk2::HBox(1,0),
+ 1, Gtk2::VBox->new,
+ 0, gtksignal_connect($check_allow_thin, clicked => sub {
+ invbool \$thin_clients;
+ client_set("all");
+ }),
+ 0, Gtk2::VBox->new,
+ ),
0, gtksignal_connect(new Gtk2::Button(N("Sync client X keyboard settings with server.")),
clicked => sub { client_X_keyboard() }),
1, new Gtk2::HBox(0,0),