gnome-games r8207 - trunk/iagno
- From: thomashpa svn gnome org
- To: svn-commits-list gnome org
- Subject: gnome-games r8207 - trunk/iagno
- Date: Tue, 28 Oct 2008 00:14:30 +0000 (UTC)
Author: thomashpa
Date: Tue Oct 28 00:14:29 2008
New Revision: 8207
URL: http://svn.gnome.org/viewvc/gnome-games?rev=8207&view=rev
Log:
Use quit_game_cb() instead as quit_cb() is not defined when not using a sm client
Modified:
trunk/iagno/gnothello.c
Modified: trunk/iagno/gnothello.c
==============================================================================
--- trunk/iagno/gnothello.c (original)
+++ trunk/iagno/gnothello.c Tue Oct 28 00:14:29 2008
@@ -789,7 +789,7 @@
G_CALLBACK (on_player_list)},
{"UndoMove", GAMES_STOCK_UNDO_MOVE, NULL, NULL, NULL,
G_CALLBACK (undo_move_cb)},
- {"Quit", GTK_STOCK_QUIT, NULL, NULL, NULL, G_CALLBACK (quit_cb)},
+ {"Quit", GTK_STOCK_QUIT, NULL, NULL, NULL, G_CALLBACK (quit_game_cb)},
{"Preferences", GTK_STOCK_PREFERENCES, NULL, NULL, NULL,
G_CALLBACK (properties_cb)},
{"Contents", GAMES_STOCK_CONTENTS, NULL, NULL, NULL,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]