diff src/gtkmain.c @ 11067:2eca9ed49469

[gaim-migrate @ 13048] Modified configure.ac so that it rejects dbus builds with the dbus library older than 0.34 Added a simple object registration system to the dbus implementation so that it is possible to query object properties remotely (eg. give me property "name" of buddy with id = 5). committer: Tailor Script <tailor@pidgin.im>
author Piotr Zielinski <zielaj>
date Thu, 07 Jul 2005 15:43:48 +0000
parents df0241eb602c
children f54740547c95
line wrap: on
line diff
--- a/src/gtkmain.c	Thu Jul 07 15:43:05 2005 +0000
+++ b/src/gtkmain.c	Thu Jul 07 15:43:48 2005 +0000
@@ -615,6 +615,12 @@
 #ifdef _WIN32
 	wgaim_init(hint);
 #endif
+
+#ifdef HAVE_DBUS
+	/* start dbus pointer registration system */
+	gaim_dbus_init_ids();
+#endif
+
 	gaim_core_set_ui_ops(gaim_gtk_core_get_ui_ops());
 	gaim_eventloop_set_ui_ops(gaim_gtk_eventloop_get_ui_ops());