gnome-games r7343 - trunk/libgames-support



Author: chpe
Date: Sun Feb 10 23:32:56 2008
New Revision: 7343
URL: http://svn.gnome.org/viewvc/gnome-games?rev=7343&view=rev

Log:
2008-02-11  Christian Persch  <chpe gnome org>

	* games-stock.c: (games_stock_init):
	* games-stock.h: Use icon from bug #474698.

Modified:
   trunk/libgames-support/ChangeLog
   trunk/libgames-support/games-stock.c
   trunk/libgames-support/games-stock.h

Modified: trunk/libgames-support/games-stock.c
==============================================================================
--- trunk/libgames-support/games-stock.c	(original)
+++ trunk/libgames-support/games-stock.c	Sun Feb 10 23:32:56 2008
@@ -271,7 +271,6 @@
     { GAMES_STOCK_NEW_GAME,         GTK_STOCK_NEW },
     { GAMES_STOCK_RESET,            GTK_STOCK_CLEAR },
     { GAMES_STOCK_RESTART_GAME,     GTK_STOCK_REFRESH },
-    { GAMES_STOCK_DEAL_CARDS,       GTK_STOCK_OK } /* FIXMEchpe */,
 #ifdef HAVE_GTK_ICON_FACTORY_ADD_ALIAS
     { GAMES_STOCK_REDO_MOVE,        GTK_STOCK_REDO },
     { GAMES_STOCK_UNDO_MOVE,        GTK_STOCK_UNDO },
@@ -300,8 +299,9 @@
   const char *private_icon_names[] = {
 #ifndef HAVE_HILDON
     GAMES_STOCK_TELEPORT,
-    GAMES_STOCK_RTELEPORT
+    GAMES_STOCK_RTELEPORT,
 #endif /* !HAVE_HILDON */
+    GAMES_STOCK_DEAL_CARDS
   };
 
 /* Use different accels on GTK/GNOME and Maemo */

Modified: trunk/libgames-support/games-stock.h
==============================================================================
--- trunk/libgames-support/games-stock.h	(original)
+++ trunk/libgames-support/games-stock.h	Sun Feb 10 23:32:56 2008
@@ -31,13 +31,11 @@
 
 G_BEGIN_DECLS
 
-/* These uses new icons */
+/* These use stock gtk icons */
 #define GAMES_STOCK_SCORES           "games-scores"
 #define GAMES_STOCK_PAUSE_GAME       "games-pause-game"
 #define GAMES_STOCK_RESUME_GAME      "games-resume-game"
-#define GAMES_STOCK_DEAL_CARDS       "games-stock-deal-cards"
 
-/* These use stock gtk icons */
 #define GAMES_STOCK_FULLSCREEN       "games-fullscreen"
 #define GAMES_STOCK_LEAVE_FULLSCREEN "games-leave-fullscreen"
 #define GAMES_STOCK_NEW_GAME         "games-new-game"
@@ -52,9 +50,11 @@
 #define GAMES_STOCK_END_GAME         "games-end-game"
 #define GAMES_STOCK_CONTENTS         "games-contents"
 #define GAMES_STOCK_RESET            "games-reset"
+
 /* These belong to us */
 #define GAMES_STOCK_TELEPORT         "teleport"
 #define GAMES_STOCK_RTELEPORT        "teleport-random"
+#define GAMES_STOCK_DEAL_CARDS       "cards-deal"
 
 void games_stock_init (void);
 



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