[gnome-games/wip/exalm/rebrand: 2/3] application: Fix the quit action
- From: Alexander Mikhaylenko <alexm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-games/wip/exalm/rebrand: 2/3] application: Fix the quit action
- Date: Sun, 20 Jun 2021 22:40:21 +0000 (UTC)
commit a53ab666232f611fe32eb3b72df261b375a63a78
Author: Alexander Mikhaylenko <alexm gnome org>
Date: Mon Jun 21 00:18:00 2021 +0500
application: Fix the quit action
src/ui/application.vala | 3 ---
1 file changed, 3 deletions(-)
---
diff --git a/src/ui/application.vala b/src/ui/application.vala
index 43561432..8b2169a1 100644
--- a/src/ui/application.vala
+++ b/src/ui/application.vala
@@ -558,9 +558,6 @@ public class Games.Application : Gtk.Application {
}
private async void quit_application_internal () {
- if (window != null)
- return;
-
if (window != null && !yield window.quit_game ())
return;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]