diff options
-rwxr-xr-x | mdkonline | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -106,7 +106,7 @@ gtkappend_page($o->{nb}, gtkpack_(Gtk2::VBox->new(0, 3), 0, gtksignal_connect(gtkset_active($o->{account_cb} = Gtk2::CheckButton->new(N("I don't have a MandrakeOnline account and I want to ") . N("Subscribe")), $create_account), clicked => sub { $create_account =! $create_account; $o->{vbox_account}->set_sensitive($create_account) }), 1, gtkpack_($o->{vbox_account} = Gtk2::VBox->new(0, 3), - 1, create_packtable({ homogeneous => 1, col_spacings => 10, row_spacings => 10 }, + 1, create_packtable({ homogeneous => 1, col_spacings => 10, row_spacings => 10, mcc => 1 }, [], [ N("Login:"), $o->{clogin} = Gtk2::Entry->new(), " " ], [ N("Password:"), $o->{cpasswd} = entry_hidepass(), " " ], @@ -126,7 +126,7 @@ gtkappend_page($o->{nb}, gtkpack_(Gtk2::VBox->new(0, 3), 0, set_darea("MandrakeOnline" . " " . N("Authentification"), 'authentification'), 0, Gtk2::Label->new("\n\n" . N("Enter your MandrakeOnline login, password and machine name:")), - 1, create_packtable({ homogeneous => 1, col_spacings => 10, row_spacings => 10 }, + 1, create_packtable({ homogeneous => 1, col_spacings => 10, row_spacings => 10, mcc => 1 }, [], [ N("Login:"), $o->{login} = Gtk2::Entry->new(), "" ], [ N("Password:"), $o->{passwd} = entry_hidepass(), "" ], |