# HG changeset patch # User Richard Laager # Date 1176947315 0 # Node ID 6baa6a71bad18ed62768ad0f5bd8cef569b42518 # Parent 28b52d87392e40b82eef83be7d1f237673a794b5 Revision aaa701a323aaa390e0b0b64480dd7522d132d323 by nwalp added a call to gaim_debug_error() instead of purple_debug_error(). This fixes it and closes #202. (FYI, this is a DaggyFix.) diff -r 28b52d87392e -r 6baa6a71bad1 libpurple/prefs.c --- a/libpurple/prefs.c Wed Apr 18 22:56:12 2007 +0000 +++ b/libpurple/prefs.c Thu Apr 19 01:48:35 2007 +0000 @@ -1111,7 +1111,7 @@ if(newchild == NULL) { /* no rename happened, we weren't able to find the new pref */ char *tmpname = pref_full_name(child); - gaim_debug_error("prefs", "Unable to find rename pref for %s", tmpname); + purple_debug_error("prefs", "Unable to find rename pref for %s", tmpname); g_free(tmpname); } }