Mercurial > pidgin.yaz
changeset 16256:05e4f6e4137b
gaim? what's that? ... a latecomer to the s/gaim/purple/ party
Fixes #202
author | Stu Tomlinson <stu@nosnilmot.com> |
---|---|
date | Thu, 19 Apr 2007 01:44:29 +0000 |
parents | 4e01fc165b28 |
children | d465bbc0f759 |
files | libpurple/prefs.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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); } }