Thu, 01 May 2008 03:24:21 +0000
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.
| pidgin/gtkprefs.c | file | annotate | diff | comparison | revisions |
--- 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);