[gnome-games] iagno: Drop fixes.vapi - it's now fixed in the dependencies
- From: Robert Ancell <rancell src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-games] iagno: Drop fixes.vapi - it's now fixed in the dependencies
- Date: Tue, 7 Feb 2012 05:38:23 +0000 (UTC)
commit 0ac62031903cc56944f1f9c935bc7959117664fb
Author: Robert Ancell <robert ancell canonical com>
Date: Tue Feb 7 16:23:00 2012 +1100
iagno: Drop fixes.vapi - it's now fixed in the dependencies
iagno/src/Makefile.am | 1 -
iagno/src/fixes.vapi | 177 -------------------------------------------------
iagno/src/iagno.vala | 5 +-
3 files changed, 2 insertions(+), 181 deletions(-)
---
diff --git a/iagno/src/Makefile.am b/iagno/src/Makefile.am
index 5c1e637..74235ce 100644
--- a/iagno/src/Makefile.am
+++ b/iagno/src/Makefile.am
@@ -3,7 +3,6 @@ bin_PROGRAMS = iagno
iagno_SOURCES = \
config.vapi \
computer-player.vala \
- fixes.vapi \
game.vala \
game-view.vala \
iagno.vala
diff --git a/iagno/src/iagno.vala b/iagno/src/iagno.vala
index d8c7a21..493cd1b 100644
--- a/iagno/src/iagno.vala
+++ b/iagno/src/iagno.vala
@@ -1,4 +1,4 @@
-public class Iagno : Gtk3.Application
+public class Iagno : Gtk.Application
{
/* Application settings */
private Settings settings;
@@ -44,11 +44,10 @@ public class Iagno : Gtk3.Application
{"About", Gtk.Stock.ABOUT, null, null, null, about_cb}
};
- private const GLib2.ActionEntry app_actions[] =
+ private const GLib.ActionEntry app_actions[] =
{
{"new-game", new_game_cb},
{"undo-move", undo_move_cb}
-
};
protected override void startup()
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]