diff options
author | ZenWalker <[email protected]> | 2016-10-09 00:21:40 +0200 |
---|---|---|
committer | ZenWalker <[email protected]> | 2016-10-09 00:21:40 +0200 |
commit | 3b10c48d645f82b02386177ce741f04160d3a721 (patch) | |
tree | 752603417ade35b48c9289b8bab88c60a5884b29 /src/fr-window.c | |
parent | 0a78609dfbaeba6f6897c37113f5750a5fe69472 (diff) | |
download | engrampa-3b10c48d645f82b02386177ce741f04160d3a721.tar.bz2 engrampa-3b10c48d645f82b02386177ce741f04160d3a721.tar.xz |
removed useless g_application_quit
Diffstat (limited to 'src/fr-window.c')
-rw-r--r-- | src/fr-window.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/fr-window.c b/src/fr-window.c index 0dbd2a6..beb481e 100644 --- a/src/fr-window.c +++ b/src/fr-window.c @@ -669,7 +669,6 @@ fr_window_finalize (GObject *object) g_hash_table_destroy (tree_pixbuf_hash); tree_pixbuf_hash = NULL; } - g_application_quit (g_application_get_default()); } G_OBJECT_CLASS (parent_class)->finalize (object); |