[gnome-chess] Change application_id.
- From: Arnaud Bonatti <arnaudb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-chess] Change application_id.
- Date: Wed, 25 Feb 2015 18:30:49 +0000 (UTC)
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]