aboutsummaryrefslogtreecommitdiffstats
path: root/edit-urpm-sources.pl
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2002-08-02 13:36:39 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2002-08-02 13:36:39 +0000
commitcd0be8913f2aaae67452ae27a3f989d884e9c510 (patch)
tree2bddef2d6cd79d454bb7f72408c5f62a3fb23bbe /edit-urpm-sources.pl
parent5b5584c544ef5e840c3b908c6c16839903cd10f0 (diff)
downloadrpmdrake-cd0be8913f2aaae67452ae27a3f989d884e9c510.tar
rpmdrake-cd0be8913f2aaae67452ae27a3f989d884e9c510.tar.gz
rpmdrake-cd0be8913f2aaae67452ae27a3f989d884e9c510.tar.bz2
rpmdrake-cd0be8913f2aaae67452ae27a3f989d884e9c510.tar.xz
rpmdrake-cd0be8913f2aaae67452ae27a3f989d884e9c510.zip
fix mouse cursor problem by calling my_gtk::exit instead of perl's
Diffstat (limited to 'edit-urpm-sources.pl')
-rwxr-xr-xedit-urpm-sources.pl4
1 files changed, 3 insertions, 1 deletions
diff --git a/edit-urpm-sources.pl b/edit-urpm-sources.pl
index 992a8788..29bc3184 100755
--- a/edit-urpm-sources.pl
+++ b/edit-urpm-sources.pl
@@ -244,7 +244,7 @@ _("Welcome to the packages source editor!
This tool will help you configure the packages sources you wish to use on
your computer. They will then be available to install new software package
-or to perform updates.")), 1) or exit -1;
+or to perform updates.")), 1) or myexit -1;
push @$already_splashed, basename($0);
}
@@ -253,3 +253,5 @@ if (mainwindow()) {
}
writeconf;
+
+myexit 0;