pidgin: 4eb51855: Replace a notification that should never...

rlaager at pidgin.im rlaager at pidgin.im
Thu May 1 13:05:44 EDT 2008


-----------------------------------------------------------------
Revision: 4eb5185516425fcf7a05ecc7ee7ce9d52b3552a7
Ancestor: 8146bbab1f4f597157b36f42e0d4cc16e93a8057
Author: rlaager at pidgin.im
Date: 2008-05-01T03:24:21
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/4eb5185516425fcf7a05ecc7ee7ce9d52b3552a7

Modified files:
        pidgin/gtkprefs.c

ChangeLog: 

Replace a notification that should never happen with a debug message that
should never happen.  This seems more appropriate and frees the translators
from translating another string.

-------------- next part --------------
============================================================
--- pidgin/gtkprefs.c	1bf3256231922255943f4c7d9f18fd65014f4c81
+++ pidgin/gtkprefs.c	2215fae05d3abb1dc6fc2860834b40b6c3c79a75
@@ -878,8 +878,7 @@ escape_closes_conversation_cb(GtkWidget 
 	 * should never arise.
 	 */
 	if(!changed)
-		purple_notify_warning (NULL, NULL,
-			_("IT'S A LION! GET IN THE CAR!"), NULL);
+		purple_debug_warning("gtkprefs", "Escape accel failed to change\n");
 
 	/* TODO: create pidgin_accels_schedule_save */
 	pidgin_save_accels_cb(NULL, 0, 0, NULL, NULL);


More information about the Commits mailing list