diff options
-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); |