# HG changeset patch # User Sean Egan # Date 1177030045 0 # Node ID a68fffb647d09038690036e1ff20cf78dbd34742 # Parent c25b815c29e36b650045005a8c5119b6652cc595 Pssst. It's not called "Gaim" anymore diff -r c25b815c29e3 -r a68fffb647d0 libpurple/prefs.c --- a/libpurple/prefs.c Thu Apr 19 18:44:40 2007 +0000 +++ b/libpurple/prefs.c Fri Apr 20 00:47:25 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); } }