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

galago-commits at freedesktop.org galago-commits at freedesktop.org
Sat Nov 12 15:57:42 PST 2005


Author: chipx86
Date: 2005-11-12 15:57:41 -0800 (Sat, 12 Nov 2005)
New Revision: 2307

Modified:
   trunk/libgalago/ChangeLog
   trunk/libgalago/tests/get-avatar.c
Log:
Pass GALAGO_REMOTE and not FALSE to galago_get_service(). I wish the compiler was more strict about this.


Modified: trunk/libgalago/ChangeLog
===================================================================
--- trunk/libgalago/ChangeLog	2005-11-12 23:49:22 UTC (rev 2306)
+++ trunk/libgalago/ChangeLog	2005-11-12 23:57:41 UTC (rev 2307)
@@ -1,3 +1,9 @@
+Sat Nov 12 15:56:58 PST 2005  Christian Hammond <chipx86 at chipx86.com>
+
+	* tests/get-avatar.c:
+	  - Pass GALAGO_REMOTE and not FALSE to galago_get_service(). I wish the
+	    compiler was more strict about this.
+
 Sat Nov 12 15:48:58 PST 2005  Christian Hammond <chipx86 at chipx86.com>
 
 	* libgalago/galago-image.c:

Modified: trunk/libgalago/tests/get-avatar.c
===================================================================
--- trunk/libgalago/tests/get-avatar.c	2005-11-12 23:49:22 UTC (rev 2306)
+++ trunk/libgalago/tests/get-avatar.c	2005-11-12 23:57:41 UTC (rev 2307)
@@ -42,7 +42,7 @@
 
 	galago_init("get-avatar", 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