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

Sat, 24 Jan 2009 03:23:05 +0000

author
Richard Laager <rlaager@pidgin.im>
date
Sat, 24 Jan 2009 03:23:05 +0000
changeset 25460
3d23980668be
parent 25459
7c92897f4b76
child 25461
8118577f2657

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

pidgin/gtkmain.c file | annotate | diff | comparison | revisions
--- a/pidgin/gtkmain.c	Sat Jan 24 02:44:27 2009 +0000
+++ b/pidgin/gtkmain.c	Sat Jan 24 03:23:05 2009 +0000
@@ -784,8 +784,8 @@
 		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

mercurial