[gnome-chess] Change application_id.



commit ee97514e1b562f41a053cc24a9844e1a530ac0d7
Author: Arnaud Bonatti <arnaud bonatti gmail com>
Date:   Wed Feb 25 19:26:01 2015 +0100

    Change application_id.

 src/gnome-chess.vala |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gnome-chess.vala b/src/gnome-chess.vala
index 0cd3035..134d8d3 100644
--- a/src/gnome-chess.vala
+++ b/src/gnome-chess.vala
@@ -100,7 +100,7 @@ public class ChessApplication : Gtk.Application
 
     private ChessApplication ()
     {
-        Object (application_id: "org.gnome.gnome-chess", flags: ApplicationFlags.HANDLES_OPEN);
+        Object (application_id: "org.gnome.chess", flags: ApplicationFlags.HANDLES_OPEN);
         add_main_option_entries (option_entries);
     }
 


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