[meld] meldapp: Quit correctly
- From: Kai Willadsen <kaiw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [meld] meldapp: Quit correctly
- Date: Mon, 30 Dec 2013 21:22:14 +0000 (UTC)
commit df26c14a5d8c99dd3f08e40aef52bdb1b0942462
Author: Kai Willadsen <kai willadsen gmail com>
Date: Mon Dec 30 08:21:03 2013 +1000
meldapp: Quit correctly
meld/meldapp.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/meld/meldapp.py b/meld/meldapp.py
index a7e1fbc..d21966d 100644
--- a/meld/meldapp.py
+++ b/meld/meldapp.py
@@ -109,7 +109,7 @@ class MeldApp(Gtk.Application):
if cancelled:
return
window.destroy()
- sys.exit(0)
+ self.quit()
def open_paths(self, paths, **kwargs):
new_tab = kwargs.pop('new_tab')
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]