Miguel,
I have been doing some testing of GNOME-2.11.x for the GARNOME team:
http://cipherfunk.org/garnome/
In order to get em-panel-applet-0.2 working with
* GNOME-2.11.x
* Evolution-2.3.3.1
* dbus-0.34
I had to make two small changes. See Below.
Is there a newer version of em-panel-applet available for testing?
Be well,
-Joseph
============================================================================================================
--- em-panel-applet.c- 2005-06-13 16:01:28.000000000 -0400
+++ em-panel-applet.c 2005-06-23 14:31:40.000000000 -0400
@@ -52,7 +52,7 @@
GMainLoop *loop = user_data;
if (dbus_message_is_signal (message,
- DBUS_INTERFACE_ORG_FREEDESKTOP_LOCAL,
+ DBUS_PATH_LOCAL,
"Disconnected"))
{
g_main_loop_quit (loop);
@@ -99,7 +99,7 @@
}
}
- dbus_free (s);
+/* dbus_free (s); */
} else {
g_print("Message received, but error getting
message: %s\n", error.message);
dbus_error_free (&error);
--
joseph_sacco [at] comcast [dot] net
--
garnome-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/garnome-list