summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xperl-install/standalone/drakconnect7
1 files changed, 5 insertions, 2 deletions
diff --git a/perl-install/standalone/drakconnect b/perl-install/standalone/drakconnect
index 80b27186a..683b8e357 100755
--- a/perl-install/standalone/drakconnect
+++ b/perl-install/standalone/drakconnect
@@ -948,8 +948,11 @@ Please run \"Internet access\" in control center."));
foreach my $i (0..$#conf_data) {
${$conf_data[$::i][1]} = $infos[2*$::i+1]->get_text;
} @conf_data;
- update();
- $button_apply->set_sensitive(1);
+ # called from old GUI?
+ if ($label_host) {
+ update();
+ $button_apply->set_sensitive(1);
+ }
$exit_dialogsub->();
}),
),