[gnome-sudoku] Register a better application ID



commit fd48a494ca80e5d83b124cbaeb90dbbb8ad98682
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Sat May 31 10:48:30 2014 -0500

    Register a better application ID
    
    We are NOT starting the double-gnome thing again. No no no no no.

 src/gnome-sudoku.vala |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gnome-sudoku.vala b/src/gnome-sudoku.vala
index 3501447..9bf74b1 100644
--- a/src/gnome-sudoku.vala
+++ b/src/gnome-sudoku.vala
@@ -45,7 +45,7 @@ public class Sudoku : Gtk.Application
 
     public Sudoku (bool show_possibilities = false)
     {
-        Object (application_id: "org.gnome.gnome-sudoku", flags: ApplicationFlags.FLAGS_NONE);
+        Object (application_id: "org.gnome.sudoku", flags: ApplicationFlags.FLAGS_NONE);
         this.show_possibilities = show_possibilities;
     }
 


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