grim/guifications3

Parents c3de904eda25
Children 4533e1edd427
fixed a few of the assertions in feed registration, but need to add the GfEggDBusServerConnection to GfEggDBusServerFeedManager during creation yet

refs #66
--- a/gflib-eggdbus/gflib-eggdbus/gfeggdbusserverfeedmanager.c Mon Nov 02 22:31:38 2009 -0600
+++ b/gflib-eggdbus/gflib-eggdbus/gfeggdbusserverfeedmanager.c Mon Nov 02 22:32:43 2009 -0600
@@ -190,8 +190,10 @@
"Failed to create the server feed");
} else {
gchar *path = g_strdup_printf("%sFeeds/%s", GF_EGGDBUS_PATH, name);
+ EggDBusConnection *eggdbus_connection =
+ gf_eggdbus_server_connection_get_connection(priv->connection);
- egg_dbus_connection_register_interface(priv->connection, path,
+ egg_dbus_connection_register_interface(eggdbus_connection, path,
GF_EGG_DBUS_TYPE_FEED,
server_feed,
G_TYPE_INVALID);