| 1118 } |
1118 } |
| 1119 } |
1119 } |
| 1120 if(newchild == NULL) { |
1120 if(newchild == NULL) { |
| 1121 /* no rename happened, we weren't able to find the new pref */ |
1121 /* no rename happened, we weren't able to find the new pref */ |
| 1122 char *tmpname = pref_full_name(child); |
1122 char *tmpname = pref_full_name(child); |
| 1123 purple_debug_error("prefs", "Unable to find rename pref for %s", tmpname); |
1123 purple_debug_error("prefs", "Unable to find rename pref for %s\n", tmpname); |
| 1124 g_free(tmpname); |
1124 g_free(tmpname); |
| 1125 } |
1125 } |
| 1126 } |
1126 } |
| 1127 |
1127 |
| 1128 oldname = pref_full_name(oldpref); |
1128 oldname = pref_full_name(oldpref); |