[gnome-games/wip/exalm/rebrand] application: Fix the quit action
- From: Alexander Mikhaylenko <alexm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-games/wip/exalm/rebrand] application: Fix the quit action
- Date: Sun, 20 Jun 2021 20:08:42 +0000 (UTC)
commit 0bbd774d64cf815fc4d259f311ef5bf831945748
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]