# HG changeset patch # User Stu Tomlinson # Date 1176947069 0 # Node ID 05e4f6e4137b709b38ab74a11867e9bb2e0af75e # Parent 4e01fc165b28efbf2bc2cd87d3f495d935598338 gaim? what's that? ... a latecomer to the s/gaim/purple/ party Fixes #202 diff -r 4e01fc165b28 -r 05e4f6e4137b libpurple/prefs.c --- a/libpurple/prefs.c Thu Apr 19 01:22:55 2007 +0000 +++ b/libpurple/prefs.c Thu Apr 19 01:44:29 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); } }