summaryrefslogtreecommitdiff
path: root/libpurple/prefs.c
diff options
context:
space:
mode:
authorStu Tomlinson <nosnilmot@pidgin.im>2007-04-19 01:44:29 +0000
committerStu Tomlinson <nosnilmot@pidgin.im>2007-04-19 01:44:29 +0000
commit23862cc178c7e318707580f8f54a14be38bce605 (patch)
tree5cae77461b3ea422d8354f62443c9346d5686155 /libpurple/prefs.c
parentdc24cfbd266a8542830b15e73c132f40cccdaf61 (diff)
downloadpidgin-23862cc178c7e318707580f8f54a14be38bce605.tar.gz
gaim? what's that? ... a latecomer to the s/gaim/purple/ party
Fixes #202
Diffstat (limited to 'libpurple/prefs.c')
-rw-r--r--libpurple/prefs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpurple/prefs.c b/libpurple/prefs.c
index 9ef05cb166..a7e957fbe3 100644
--- a/libpurple/prefs.c
+++ b/libpurple/prefs.c
@@ -1111,7 +1111,7 @@ purple_prefs_rename_node(struct purple_pref *oldpref, struct purple_pref *newpre
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);
}
}