pidgin: ff9f5e05: Display rather than log the error when a...

rlaager at pidgin.im rlaager at pidgin.im
Fri Jan 23 22:28:36 EST 2009


-----------------------------------------------------------------
Revision: ff9f5e053b251ded25ede4d5f3e47f4c9757313c
Ancestor: c51bf3defef588c1efb6022d502dfc38c55664b2
Author: rlaager at pidgin.im
Date: 2009-01-24T03:23:05
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/ff9f5e053b251ded25ede4d5f3e47f4c9757313c

Modified files:
        pidgin/gtkmain.c

ChangeLog: 

Display rather than log the error when another instance is running.

-------------- next part --------------
============================================================
--- pidgin/gtkmain.c	1aa8d872b5008f674537a111099cbf68a34e0586
+++ pidgin/gtkmain.c	9969c0180c98f26e1312f35b33092667914b9dea
@@ -784,8 +784,8 @@ int main(int argc, char *argv[])
 		dbus_connection_send_with_reply_and_block(conn, message, -1, NULL);
 		dbus_message_unref(message);
 #endif
-		purple_debug_info("main", "exiting because another libpurple client is already running\n");
 		purple_core_quit();
+		g_printerr(_("Exiting because another libpurple client is already running.\n"));
 #ifdef HAVE_SIGNAL_H
 		g_free(segfault_message);
 #endif


More information about the Commits mailing list