soc.2010.detachablepurple: f54a7a23: Fixed a warning on purpled shutdown.
gillux at soc.pidgin.im
gillux at soc.pidgin.im
Thu Aug 12 00:37:11 EDT 2010
----------------------------------------------------------------------
Revision: f54a7a23b170b0fcd9f871605a565e292e7134f6
Parent: 8576dacf8087e8aed9c524b59a2346fec951b335
Author: gillux at soc.pidgin.im
Date: 08/11/10 21:40:57
Branch: im.pidgin.soc.2010.detachablepurple
URL: http://d.pidgin.im/viewmtn/revision/info/f54a7a23b170b0fcd9f871605a565e292e7134f6
Changelog:
Fixed a warning on purpled shutdown.
Changes against parent 8576dacf8087e8aed9c524b59a2346fec951b335
patched libpurple/dbus-server.c
-------------- next part --------------
============================================================
--- libpurple/dbus-server.c 23209866f09b912ad32166ee85695482da8c7a52
+++ libpurple/dbus-server.c 84db2f03189cb871f0cdfc146b63691a4f83cb64
@@ -1011,7 +1011,8 @@ purple_dbus_g_uninit(void)
static void
purple_dbus_g_uninit(void)
{
- g_hash_table_destroy(dbus_path_gobjects);
+ if (purple_core_is_remote_mode())
+ g_hash_table_destroy(dbus_path_gobjects);
/* Destroy the PurpleDBusCallback. */
purple_dbus_callback_do_uninit();
/* Destroy the PurpleConstructor. */
More information about the Commits
mailing list