Mercurial > pidgin.yaz
changeset 24990:b539aaa728b3
Display rather than log the error when another instance is running.
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Sat, 24 Jan 2009 03:23:05 +0000 |
parents | cfb4e3dc7a23 |
children | 9d1f5fe554ee 2f50e850f4ab |
files | pidgin/gtkmain.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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