comparison pidgin/gtkprefs.c @ 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 7e28f2b64982
children 958f9379eb1a
comparison
equal deleted inserted replaced
22774:4fa58a0bd220 22778:d2af1ee7448b
876 * replace=TRUE). If that other path is locked, then _change_entry 876 * replace=TRUE). If that other path is locked, then _change_entry
877 * will fail. We don't ever lock any accelerator paths, so this case 877 * will fail. We don't ever lock any accelerator paths, so this case
878 * should never arise. 878 * should never arise.
879 */ 879 */
880 if(!changed) 880 if(!changed)
881 purple_notify_warning (NULL, NULL, 881 purple_debug_warning("gtkprefs", "Escape accel failed to change\n");
882 _("IT'S A LION! GET IN THE CAR!"), NULL);
883 882
884 /* TODO: create pidgin_accels_schedule_save */ 883 /* TODO: create pidgin_accels_schedule_save */
885 pidgin_save_accels_cb(NULL, 0, 0, NULL, NULL); 884 pidgin_save_accels_cb(NULL, 0, 0, NULL, NULL);
886 } 885 }
887 886