[gnome-music/wip/merge: 91/343] Set correct exit status for application
- From: Ignacio Casal Quinteiro <icq src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-music/wip/merge: 91/343] Set correct exit status for application
- Date: Thu, 25 Jul 2013 11:21:04 +0000 (UTC)
commit e743f394b5f7da8d84aaa6a67a0c253fa9d8d66e
Author: Vadim Rutkovsky <vrutkovs redhat com>
Date: Mon Jul 15 15:50:46 2013 +0200
Set correct exit status for application
gnome-music.in | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/gnome-music.in b/gnome-music.in
index 337c875..c1dcd34 100644
--- a/gnome-music.in
+++ b/gnome-music.in
@@ -17,4 +17,5 @@ if __name__ == "__main__":
app = Application()
signal.signal(signal.SIGINT, signal.SIG_DFL)
- app.run(sys.argv)
+ exit_status = app.run(sys.argv)
+ sys.exit(exit_status)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]