pidgin/gtkmain.c

branch
next.minor
changeset 25881
42756cc75edb
parent 25871
2983039b4515
parent 25460
3d23980668be
child 26046
e7b5b744d052
child 26337
ec2fc1bc9024
child 26381
328de1f9ca0d
equal deleted inserted replaced
25880:05694862fe8b 25881:42756cc75edb
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 }

mercurial