Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37600709
en ru br
ALT Linux repos
S:2.8.4-alt1

Group :: Video
RPM: audience

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: audience-0.2.4-up-vala_0.38.patch
Download


From c09f272d9f27e4c0d6671a70a9bee2f77ac9687b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Corentin=20No=C3=ABl?= <corentin@elementary.io>
Date: Sat, 4 Nov 2017 16:15:02 +0100
Subject: [PATCH] GLib.Application.set_default is useless when there is only
 one instance (#47)
---
 src/Audience.vala | 1 -
 1 file changed, 1 deletion(-)
diff --git a/src/Audience.vala b/src/Audience.vala
index 15dcb3b..557fd76 100644
--- a/src/Audience.vala
+++ b/src/Audience.vala
@@ -59,7 +59,6 @@ namespace Audience {
             Gtk.Settings.get_default ().gtk_application_prefer_dark_theme = true;
             this.flags |= GLib.ApplicationFlags.HANDLES_OPEN;
             settings = new Settings ();
-            set_default ();
         }
 
         private static App app; // global App instance
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin