summaryrefslogtreecommitdiffstats
path: root/usr/share/mageiawelcome/mageiawelcome.py
diff options
context:
space:
mode:
Diffstat (limited to 'usr/share/mageiawelcome/mageiawelcome.py')
-rw-r--r--usr/share/mageiawelcome/mageiawelcome.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/share/mageiawelcome/mageiawelcome.py b/usr/share/mageiawelcome/mageiawelcome.py
index a207e70..4c7219d 100644
--- a/usr/share/mageiawelcome/mageiawelcome.py
+++ b/usr/share/mageiawelcome/mageiawelcome.py
@@ -178,7 +178,7 @@ def main():
msg = json.loads(msg)
again = True
if msg == "close":
- my_quit_wrapper()
+ return 0
elif msg == "checkbox checked":
if os.path.exists(home + "/.mageiawelcome/norun.flag"):
os.system("rm -rf " + home + "/.mageiawelcome/norun.flag")