[swell-foop] Use a valid dbus name as app id (bgo#761298)



commit 2f0a8db9273bcc8641c6498da59c070b38d87acb
Author: Robert Roth <robert roth off gmail com>
Date:   Mon Feb 29 23:47:01 2016 +0200

    Use a valid dbus name as app id (bgo#761298)
    
    https://bugzilla.gnome.org/show_bug.cgi?id=761298

 src/swell-foop.vala |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/swell-foop.vala b/src/swell-foop.vala
index af6dfa6..00e432e 100644
--- a/src/swell-foop.vala
+++ b/src/swell-foop.vala
@@ -50,7 +50,7 @@ public class SwellFoop : Gtk.Application
     /* Constructor */
     public SwellFoop ()
     {
-        Object (application_id: "org.gnome.swell-foop", flags: ApplicationFlags.FLAGS_NONE);
+        Object (application_id: "org.gnome.SwellFoop", flags: ApplicationFlags.FLAGS_NONE);
     }
 
     private void load_css ()


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]