summaryrefslogtreecommitdiff
path: root/pidgin/gtkthemes.c
diff options
context:
space:
mode:
Diffstat (limited to 'pidgin/gtkthemes.c')
-rw-r--r--pidgin/gtkthemes.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pidgin/gtkthemes.c b/pidgin/gtkthemes.c
index 4e3ceb7a87..10ca5c0e44 100644
--- a/pidgin/gtkthemes.c
+++ b/pidgin/gtkthemes.c
@@ -341,7 +341,7 @@ void pidgin_themes_load_smiley_theme(const char *file, gboolean load)
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_all(); cnv != NULL; cnv = cnv->next) {
PurpleConversation *conv = cnv->data;
if (PIDGIN_IS_PIDGIN_CONVERSATION(conv)) {