grim/guifications3

whoops, was goofing around before and updated to a previous ref and totally created divergence...
--- a/gflib-eggdbus/gflib-eggdbus/gfeggdbusserverconnection.c Mon Nov 02 22:32:43 2009 -0600
+++ b/gflib-eggdbus/gflib-eggdbus/gfeggdbusserverconnection.c Mon Nov 02 22:34:12 2009 -0600
@@ -162,7 +162,7 @@
*****************************************************************************/
void
gf_eggdbus_server_connection_register(GfNativePlugin *plugin) {
- if(type == 0) {
+ if(G_UNLIKELY(type == 0)) {
static const GTypeInfo info = {
sizeof(GfEggDBusServerConnectionClass),
NULL,
@@ -184,7 +184,6 @@
gf_eggdbus_server_feed_manager_register(plugin);
gf_eggdbus_server_feed_register(plugin);
}
-
}
GType