Mercurial > pidgin.yaz
changeset 16253:a68fffb647d0
Pssst. It's not called "Gaim" anymore
author | Sean Egan <seanegan@gmail.com> |
---|---|
date | Fri, 20 Apr 2007 00:47:25 +0000 |
parents | c25b815c29e3 |
children | c14a05c00484 |
files | libpurple/prefs.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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); } }