[gnome-games] gnotravex: fix the build
- From: Thomas Hindoe Paaboel Andersen <thomashpa src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-games] gnotravex: fix the build
- Date: Wed, 22 Aug 2012 15:10:10 +0000 (UTC)
commit 19960833a2ed558ab05ecaf5d7c936177e2fc381
Author: Thomas Hindoe Paaboel Andersen <phomes gmail com>
Date: Wed Aug 22 19:10:00 2012 +0200
gnotravex: fix the build
gnotravex/src/gnotravex.vala | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gnotravex/src/gnotravex.vala b/gnotravex/src/gnotravex.vala
index a9235ec..cc46886 100644
--- a/gnotravex/src/gnotravex.vala
+++ b/gnotravex/src/gnotravex.vala
@@ -30,7 +30,7 @@ public class Gnotravex : Gtk.Application
private const GLib.ActionEntry[] action_entries =
{
{ "new-game", new_game_cb },
- { "pause", pause_cb, },
+ { "pause", pause_cb },
{ "fullscreen", fullscreen_cb },
{ "solve", solve_cb },
{ "scores", scores_cb },
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]