# HG changeset patch # User Richard Laager # Date 1209612261 0 # Node ID d2af1ee7448b18172e47edc430b3d32f7401f2e4 # Parent 4fa58a0bd2208577424abdf078ac92b158a0f5e5 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. diff -r 4fa58a0bd220 -r d2af1ee7448b pidgin/gtkprefs.c --- a/pidgin/gtkprefs.c Thu May 01 03:10:29 2008 +0000 +++ b/pidgin/gtkprefs.c Thu May 01 03:24:21 2008 +0000 @@ -878,8 +878,7 @@ * 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);