[gnome-games] libgames-support: Ifdef icons not used on hildon



commit 358b2a912c383f96272371ed634116ef389ce4e3
Author: Christian Persch <chpe gnome org>
Date:   Sun Mar 20 13:29:47 2011 +0100

    libgames-support: Ifdef icons not used on hildon
    
    Bug #622310.

 libgames-support/games-stock.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/libgames-support/games-stock.c b/libgames-support/games-stock.c
index d94a815..82f53e0 100644
--- a/libgames-support/games-stock.c
+++ b/libgames-support/games-stock.c
@@ -254,7 +254,9 @@ games_stock_init (void)
 #ifdef HAVE_GTK_ICON_FACTORY_ADD_ALIAS
     { GAMES_STOCK_REDO_MOVE,        GTK_STOCK_REDO },
     { GAMES_STOCK_UNDO_MOVE,        GTK_STOCK_UNDO },
+#ifndef HAVE_HILDON
     { GAMES_STOCK_RESUME_GAME,      GTK_STOCK_MEDIA_PLAY },
+#endif /* HAVE_HILDON */
 #endif
 #ifndef HAVE_HILDON
     { GAMES_STOCK_NETWORK_GAME,     GTK_STOCK_NETWORK },



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