[Galago-commits] r2866 - in branches/libgalago/push-presence: .
libgalago
galago-commits at freedesktop.org
galago-commits at freedesktop.org
Sun Jun 18 01:21:59 PDT 2006
Author: chipx86
Date: 2006-06-18 01:21:57 -0700 (Sun, 18 Jun 2006)
New Revision: 2866
Modified:
branches/libgalago/push-presence/ChangeLog
branches/libgalago/push-presence/libgalago/galago-presence.c
branches/libgalago/push-presence/libgalago/galago-status-type.c
Log:
Use the correct GType when registering the "primitive" property on GalagoStatusType.
Modified: branches/libgalago/push-presence/ChangeLog
===================================================================
--- branches/libgalago/push-presence/ChangeLog 2006-06-18 08:16:38 UTC (rev 2865)
+++ branches/libgalago/push-presence/ChangeLog 2006-06-18 08:21:57 UTC (rev 2866)
@@ -1,3 +1,10 @@
+Sun Jun 18 01:21:38 PDT 2006 Christian Hammond <chipx86 at chipx86.com>
+
+ * libgalago/galago-presence.c:
+ * libgalago/galago-status-type.c:
+ - Use the correct GType when registering the "primitive" property on
+ GalagoStatusType.
+
Sun Jun 18 01:15:15 PDT 2006 Christian Hammond <chipx86 at chipx86.com>
* libgalago/galago-presence.c:
Modified: branches/libgalago/push-presence/libgalago/galago-presence.c
===================================================================
--- branches/libgalago/push-presence/libgalago/galago-presence.c 2006-06-18 08:16:38 UTC (rev 2865)
+++ branches/libgalago/push-presence/libgalago/galago-presence.c 2006-06-18 08:21:57 UTC (rev 2866)
@@ -146,7 +146,8 @@
"The account that owns this presence",
GALAGO_TYPE_ACCOUNT,
G_PARAM_READWRITE | G_PARAM_CONSTRUCT_ONLY |
- G_PARAM_STATIC_NAME | G_PARAM_STATIC_NICK | G_PARAM_STATIC_BLURB));
+ G_PARAM_STATIC_NAME | G_PARAM_STATIC_NICK |
+ G_PARAM_STATIC_BLURB));
}
static void
Modified: branches/libgalago/push-presence/libgalago/galago-status-type.c
===================================================================
--- branches/libgalago/push-presence/libgalago/galago-status-type.c 2006-06-18 08:16:38 UTC (rev 2865)
+++ branches/libgalago/push-presence/libgalago/galago-status-type.c 2006-06-18 08:21:57 UTC (rev 2866)
@@ -86,7 +86,7 @@
g_object_class_install_property(gobject_class, PROP_TYPE,
g_param_spec_enum("primitive", "Primitive",
"The primitive type this status is based on",
- GALAGO_TYPE_STATUS_TYPE,
+ GALAGO_TYPE_STATUS_PRIMITIVE,
GALAGO_STATUS_UNSET,
G_PARAM_READWRITE | G_PARAM_CONSTRUCT_ONLY |
G_PARAM_STATIC_NAME | G_PARAM_STATIC_NICK |
More information about the galago-commits
mailing list