gnome-games r8585 - in trunk: . dependencies/ggz-gtk
- From: jclinton svn gnome org
- To: svn-commits-list gnome org
- Subject: gnome-games r8585 - in trunk: . dependencies/ggz-gtk
- Date: Sun, 18 Jan 2009 20:13:52 +0000 (UTC)
Author: jclinton
Date: Sun Jan 18 20:13:52 2009
New Revision: 8585
URL: http://svn.gnome.org/viewvc/gnome-games?rev=8585&view=rev
Log:
Update API and min. dependency of GGZ to 0.99.5
We are being forced to update because distros. did not implement a
soname bump for the libggz dependency. As a result--on at least Debian
and Fedora--we must update our API in order to build.
Signed-off-by: Jason D. Clinton <me jasonclinton com>
Modified:
trunk/configure.in
trunk/dependencies/ggz-gtk/ggzclient.c
Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in (original)
+++ trunk/configure.in Sun Jan 18 20:13:52 2009
@@ -731,7 +731,7 @@
AC_GGZ_INIT(defaults, export)
AC_GGZ_LIBGGZ([],[])
- AC_GGZ_VERSION(0, 0, 14)
+ AC_GGZ_VERSION(0, 99, 5)
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 Sun Jan 18 20:13:52 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, 1);
+ ggzcore_server_list_rooms(server, 1);
/* If this was a first-time login, get the password from the server */
@@ -309,8 +309,7 @@
/* Get player list */
/* FIXME: Player list should use the ggz update system */
- ggzcore_room_list_tables(ggzcore_server_get_cur_room(server), -1,
- 0);
+ ggzcore_room_list_tables(ggzcore_server_get_cur_room(server));
ggzcore_room_list_players(ggzcore_server_get_cur_room(server));
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]