| 786 gboolean tr = TRUE; |
786 gboolean tr = TRUE; |
| 787 dbus_message_append_args(message, DBUS_TYPE_UINT32, &tr, DBUS_TYPE_INVALID); |
787 dbus_message_append_args(message, DBUS_TYPE_UINT32, &tr, DBUS_TYPE_INVALID); |
| 788 dbus_connection_send_with_reply_and_block(conn, message, -1, NULL); |
788 dbus_connection_send_with_reply_and_block(conn, message, -1, NULL); |
| 789 dbus_message_unref(message); |
789 dbus_message_unref(message); |
| 790 #endif |
790 #endif |
| 791 purple_debug_info("main", "exiting because another libpurple client is already running\n"); |
|
| 792 purple_core_quit(); |
791 purple_core_quit(); |
| |
792 g_printerr(_("Exiting because another libpurple client is already running.\n")); |
| 793 #ifdef HAVE_SIGNAL_H |
793 #ifdef HAVE_SIGNAL_H |
| 794 g_free(segfault_message); |
794 g_free(segfault_message); |
| 795 #endif |
795 #endif |
| 796 return 0; |
796 return 0; |
| 797 } |
797 } |