Mercurial > pidgin.yaz
changeset 16259:1412d0e38558
merge of '2bb8a94e3208f809586faa1c96946e6d0c2b76a5'
and '7dd082f4453d36ecc83142f41d23dc6109239a06'
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Thu, 19 Apr 2007 01:48:46 +0000 |
parents | 65e53711c5fc (current diff) 6baa6a71bad1 (diff) |
children | d465bbc0f759 |
files | README.SVN README.dbus doc/FAQ pidgin/pixmaps/tb_drag_arrow_down.xpm pidgin/pixmaps/tb_drag_arrow_left.xpm pidgin/pixmaps/tb_drag_arrow_right.xpm pidgin/pixmaps/tb_drag_arrow_up.xpm pidgin/plugins/crazychat/configure.ac |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/prefs.c Thu Apr 19 01:38:48 2007 +0000 +++ b/libpurple/prefs.c Thu Apr 19 01:48:46 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); } }