pidgin/gtkthemes.c

branch
soc.2013.gobjectification
changeset 34622
753f46dd000f
parent 33263
be88fa13ff7d
child 34655
6a939719ea98
--- 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)) {

mercurial