pidgin/gtkmain.c

branch
cpw.darkrain42.xmpp.avatars
changeset 25542
eb604c9feee9
parent 25460
3d23980668be
child 25577
ca0b40451bbc
child 25702
41a5336bc2d6
child 25881
42756cc75edb
child 26274
bb2639c3caff
equal deleted inserted replaced
25481:46c34a4f99df 25542:eb604c9feee9
782 gboolean tr = TRUE; 782 gboolean tr = TRUE;
783 dbus_message_append_args(message, DBUS_TYPE_UINT32, &tr, DBUS_TYPE_INVALID); 783 dbus_message_append_args(message, DBUS_TYPE_UINT32, &tr, DBUS_TYPE_INVALID);
784 dbus_connection_send_with_reply_and_block(conn, message, -1, NULL); 784 dbus_connection_send_with_reply_and_block(conn, message, -1, NULL);
785 dbus_message_unref(message); 785 dbus_message_unref(message);
786 #endif 786 #endif
787 purple_debug_info("main", "exiting because another libpurple client is already running\n");
788 purple_core_quit(); 787 purple_core_quit();
788 g_printerr(_("Exiting because another libpurple client is already running.\n"));
789 #ifdef HAVE_SIGNAL_H 789 #ifdef HAVE_SIGNAL_H
790 g_free(segfault_message); 790 g_free(segfault_message);
791 #endif 791 #endif
792 return 0; 792 return 0;
793 } 793 }

mercurial