summaryrefslogtreecommitdiffstats
path: root/lib/network/drakconnect/global.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/network/drakconnect/global.pm')
-rw-r--r--lib/network/drakconnect/global.pm3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/network/drakconnect/global.pm b/lib/network/drakconnect/global.pm
index 84881b2..ad59c2a 100644
--- a/lib/network/drakconnect/global.pm
+++ b/lib/network/drakconnect/global.pm
@@ -34,7 +34,7 @@ sub configure_net {
N("Warning"),
N("You do not have any configured Internet connection.
Run the \"%s\" assistant from the Mandriva Linux Control Center", N("Set up a new network interface (LAN, ISDN, ADSL, ...)")));
- $in->exit;
+ return;
}
unless ($::isEmbedded) {
$dialog->{rwindow}->set_position('center');
@@ -102,7 +102,6 @@ Run the \"%s\" assistant from the Mandriva Linux Control Center", N("Set up a ne
$update->();
Glib::Timeout->add(2000, $update);
$dialog->main;
- ugtk2->exit(0);
}
1;