[Galago-commits] r2667 - in trunk/libgalago: . libgalago

galago-commits at freedesktop.org galago-commits at freedesktop.org
Mon Apr 3 21:23:05 PDT 2006


Author: chipx86
Date: 2006-04-03 21:23:02 -0700 (Mon, 03 Apr 2006)
New Revision: 2667

Modified:
   trunk/libgalago/ChangeLog
   trunk/libgalago/libgalago/galago-core.c
Log:
Compiling is good, and beneficial, as it allows other people to use the thing you have written. I know, I know, my idea on compilation is weird, but I swear, I think I can get more users if they can experience more than errors when they run make. (This was my fault, not a problem in Jorn's patch).


Modified: trunk/libgalago/ChangeLog
===================================================================
--- trunk/libgalago/ChangeLog	2006-04-04 04:18:21 UTC (rev 2666)
+++ trunk/libgalago/ChangeLog	2006-04-04 04:23:02 UTC (rev 2667)
@@ -1,3 +1,12 @@
+Mon Apr 03 21:21:32 PDT 2006  Christian Hammond <chipx86 at chipx86.com>
+
+	* libgalago/galago-core.c:
+	  - Compiling is good, and beneficial, as it allows other people to use
+	    the thing you have written. I know, I know, my idea on compilation
+	    is weird, but I swear, I think I can get more users if they can
+	    experience more than errors when they run make. (This was my fault,
+	    not a problem in Jorn's patch).
+
 Mon Apr 03 21:09:48 PDT 2006  Christian Hammond <chipx86 at chipx86.com>
 
 	* libgalago/galago-core.c:

Modified: trunk/libgalago/libgalago/galago-core.c
===================================================================
--- trunk/libgalago/libgalago/galago-core.c	2006-04-04 04:18:21 UTC (rev 2666)
+++ trunk/libgalago/libgalago/galago-core.c	2006-04-04 04:23:02 UTC (rev 2667)
@@ -315,7 +315,7 @@
 			_galago_dbus_unregister_connection_finish();
 		}
 
-		if (!(_core->flags & GALAGO_INIT_NO_ACTIVATE))
+		if (!(_core->flags & GALAGO_INIT_NO_ACTIVATION))
 		{
 			DBusError error;
 
@@ -714,7 +714,7 @@
 		return TRUE;
 	}
 
-	if (!(_core->flags & GALAGO_INIT_NO_ACTIVATE))
+	if (!(_core->flags & GALAGO_INIT_NO_ACTIVATION))
 	{
 		if (!dbus_bus_start_service_by_name(_core->dbus_conn,
 											GALAGO_DBUS_SERVICE,



More information about the galago-commits mailing list