Mercurial > pidgin.yaz
changeset 22778:d2af1ee7448b
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.
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Thu, 01 May 2008 03:24:21 +0000 |
parents | 4fa58a0bd220 |
children | 0e32cf47ecf2 |
files | pidgin/gtkprefs.c |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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);