comparison libpurple/prefs.c @ 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 f1c2ff731fd9
comparison
equal deleted inserted replaced
16162:28b52d87392e 16163:6baa6a71bad1
1109 } 1109 }
1110 } 1110 }
1111 if(newchild == NULL) { 1111 if(newchild == NULL) {
1112 /* no rename happened, we weren't able to find the new pref */ 1112 /* no rename happened, we weren't able to find the new pref */
1113 char *tmpname = pref_full_name(child); 1113 char *tmpname = pref_full_name(child);
1114 gaim_debug_error("prefs", "Unable to find rename pref for %s", tmpname); 1114 purple_debug_error("prefs", "Unable to find rename pref for %s", tmpname);
1115 g_free(tmpname); 1115 g_free(tmpname);
1116 } 1116 }
1117 } 1117 }
1118 1118
1119 if (oldpref->type != newpref->type) 1119 if (oldpref->type != newpref->type)