[gnome-nibbles] Fix the app menu



commit ac0525cb96cea92d5ce8657c12a2cc918b138aa6
Author: Michael Catanzaro <mcatanzaro igalia com>
Date:   Fri Feb 12 22:15:21 2016 -0600

    Fix the app menu
    
    This has to be synced with the gresource paths, and I don't want to mess
    with that right now.

 src/gnome-nibbles.vala |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gnome-nibbles.vala b/src/gnome-nibbles.vala
index 9f80b32..46fec3b 100644
--- a/src/gnome-nibbles.vala
+++ b/src/gnome-nibbles.vala
@@ -104,7 +104,7 @@ public class Nibbles : Gtk.Application
 
     public Nibbles ()
     {
-        Object (application_id: "org.gnome.Nibbles", flags: ApplicationFlags.FLAGS_NONE);
+        Object (application_id: "org.gnome.nibbles", flags: ApplicationFlags.FLAGS_NONE);
         Environment.set_prgname ("org.gnome.Nibbles");
         add_main_option_entries (option_entries);
     }


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