[Galago-commits] r2321 - in trunk/libgalago: . tests

galago-commits at freedesktop.org galago-commits at freedesktop.org
Sat Nov 19 15:03:22 PST 2005


Author: chipx86
Date: 2005-11-19 15:03:17 -0800 (Sat, 19 Nov 2005)
New Revision: 2321

Modified:
   trunk/libgalago/ChangeLog
   trunk/libgalago/tests/get-presence.c
Log:
Pass GALAGO_REMOTE, not FALSE, to galago_get_account().


Modified: trunk/libgalago/ChangeLog
===================================================================
--- trunk/libgalago/ChangeLog	2005-11-19 23:01:27 UTC (rev 2320)
+++ trunk/libgalago/ChangeLog	2005-11-19 23:03:17 UTC (rev 2321)
@@ -1,3 +1,8 @@
+Sat Nov 19 15:02:46 PST 2005  Christian Hammond <chipx86 at chipx86.com>
+
+	* tests/get-presence.c:
+	  - Pass GALAGO_REMOTE, not FALSE, to galago_get_account().
+
 Sat Nov 19 14:59:05 PST 2005  Christian Hammond <chipx86 at chipx86.com>
 
 	* libgalago/galago-core.c:

Modified: trunk/libgalago/tests/get-presence.c
===================================================================
--- trunk/libgalago/tests/get-presence.c	2005-11-19 23:01:27 UTC (rev 2320)
+++ trunk/libgalago/tests/get-presence.c	2005-11-19 23:03:17 UTC (rev 2321)
@@ -60,7 +60,7 @@
 
 	galago_init("get-presence", FALSE);
 
-	service = galago_get_service(service_id, FALSE, TRUE);
+	service = galago_get_service(service_id, GALAGO_REMOTE, TRUE);
 
 	if (service == NULL)
 	{



More information about the galago-commits mailing list