--- a/pidgin/gtkthemes.c Sun Jun 23 14:44:27 2013 +0530 +++ b/pidgin/gtkthemes.c Sun Jun 23 15:23:44 2013 +0530 @@ -341,7 +341,7 @@ pidgin_themes_destroy_smiley_theme_smileys(current_smiley_theme); current_smiley_theme = theme; - for (cnv = purple_get_conversations(); cnv != NULL; cnv = cnv->next) { + for (cnv = purple_conversations_get(); cnv != NULL; cnv = cnv->next) { PurpleConversation *conv = cnv->data; if (PIDGIN_IS_PIDGIN_CONVERSATION(conv)) {