[gtranslator/show-save-dialog-on-quit] Do not quit the application immediately
- From: Daniel Garcia Moreno <danigm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtranslator/show-save-dialog-on-quit] Do not quit the application immediately
- Date: Thu, 24 Feb 2022 11:15:38 +0000 (UTC)
commit 4d0a5ad0f4969e0c47cb8e4a4265f64d30244e67
Author: Daniel GarcĂa Moreno <dani danigm net>
Date: Thu Feb 24 12:13:25 2022 +0100
Do not quit the application immediately
fix https://gitlab.gnome.org/GNOME/gtranslator/-/issues/148
src/gtr-application.c | 3 ---
1 file changed, 3 deletions(-)
---
diff --git a/src/gtr-application.c b/src/gtr-application.c
index 074335c7..473524e8 100644
--- a/src/gtr-application.c
+++ b/src/gtr-application.c
@@ -401,9 +401,6 @@ quit_activated (GSimpleAction *action,
{
gtr_file_quit (NULL, l->data);
}
-
- // FIXME: we may want to continue editing
- g_application_quit (G_APPLICATION (app));
}
static void
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]