[Galago-commits] r2422 - in trunk/gaim-galago: . src
galago-commits at freedesktop.org
galago-commits at freedesktop.org
Wed Jan 11 02:20:15 PST 2006
Author: grim
Date: 2006-01-11 02:20:10 -0800 (Wed, 11 Jan 2006)
New Revision: 2422
Modified:
trunk/gaim-galago/ChangeLog
trunk/gaim-galago/src/gaim-galago.c
Log:
Updated to work with gaim cvs as of today.
Modified: trunk/gaim-galago/ChangeLog
===================================================================
--- trunk/gaim-galago/ChangeLog 2006-01-11 09:53:24 UTC (rev 2421)
+++ trunk/gaim-galago/ChangeLog 2006-01-11 10:20:10 UTC (rev 2422)
@@ -1,3 +1,8 @@
+Wed Jan 11 04:19:09 CST 2006 Gary Kramlich <grim at reaperworld.com>
+
+ * src/gaim-galago.c:
+ - Updated to work with gaim CVS as of today.
+
Sun Nov 27 21:13:27 PST 2005 Christian Hammond <chipx86 at chipx86.com>
* src/gaim-galago.c:
Modified: trunk/gaim-galago/src/gaim-galago.c
===================================================================
--- trunk/gaim-galago/src/gaim-galago.c 2006-01-11 09:53:24 UTC (rev 2421)
+++ trunk/gaim-galago/src/gaim-galago.c 2006-01-11 10:20:10 UTC (rev 2422)
@@ -283,7 +283,6 @@
bstatus_type = gaim_status_get_type(bstatus);
switch(gaim_status_type_get_primitive(bstatus_type)) {
- case GAIM_STATUS_ONLINE:
case GAIM_STATUS_AVAILABLE:
status_type = GALAGO_STATUS_AVAILABLE;
status_id = GALAGO_STATUS_ID_AVAILABLE;
@@ -293,7 +292,7 @@
status_type = GALAGO_STATUS_AWAY;
status_id = GALAGO_STATUS_ID_AWAY;
break;
- case GAIM_STATUS_HIDDEN:
+ case GAIM_STATUS_INVISIBLE:
status_type = GALAGO_STATUS_HIDDEN;
status_id = GALAGO_STATUS_ID_HIDDEN;
break;
More information about the galago-commits
mailing list