changeset 16163:6baa6a71bad1

Revision aaa701a323aaa390e0b0b64480dd7522d132d323 by nwalp added a call to gaim_debug_error() instead of purple_debug_error(). This fixes it and closes #202. (FYI, this is a DaggyFix.)
author Richard Laager <rlaager@wiktel.com>
date Thu, 19 Apr 2007 01:48:35 +0000
parents 28b52d87392e
children 1412d0e38558
files libpurple/prefs.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libpurple/prefs.c	Wed Apr 18 22:56:12 2007 +0000
+++ b/libpurple/prefs.c	Thu Apr 19 01:48:35 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);
 		}
 	}