gnome-games r8596 - in trunk: . dependencies/ggz-gtk



Author: jclinton
Date: Mon Jan 19 17:59:29 2009
New Revision: 8596
URL: http://svn.gnome.org/viewvc/gnome-games?rev=8596&view=rev

Log:
Revert "Update API and min. dependency of GGZ to 0.99.5"

Debian has said they are going to fix the GGZ soname situation so we are
reverting to the API stable 0.0.14. Fedora will have to follow.

Modified:
   trunk/configure.in
   trunk/dependencies/ggz-gtk/ggzclient.c

Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in	(original)
+++ trunk/configure.in	Mon Jan 19 17:59:29 2009
@@ -731,7 +731,7 @@
 
   AC_GGZ_INIT(defaults, export)
   AC_GGZ_LIBGGZ([],[])
-  AC_GGZ_VERSION(0, 99, 5)
+  AC_GGZ_VERSION(0, 0, 14)
   AC_GGZ_GGZMOD
   AC_GGZ_CONFIG("true", ignore)
   #AC_GGZ_INTL

Modified: trunk/dependencies/ggz-gtk/ggzclient.c
==============================================================================
--- trunk/dependencies/ggz-gtk/ggzclient.c	(original)
+++ trunk/dependencies/ggz-gtk/ggzclient.c	Mon Jan 19 17:59:29 2009
@@ -227,7 +227,7 @@
 	ggzcore_server_add_event_hook(server, GGZ_ROOM_LIST,
 				      ggz_auto_join);
 	ggzcore_server_list_gametypes(server, 1);
-	ggzcore_server_list_rooms(server, 1);
+	ggzcore_server_list_rooms(server, -1, 1);
 
 
 	/* If this was a first-time login, get the password from the server */
@@ -309,7 +309,8 @@
 
 	/* Get player list */
 	/* FIXME: Player list should use the ggz update system */
-	ggzcore_room_list_tables(ggzcore_server_get_cur_room(server));
+	ggzcore_room_list_tables(ggzcore_server_get_cur_room(server), -1,
+				 0);
 	ggzcore_room_list_players(ggzcore_server_get_cur_room(server));
 
 



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