--- a/pidgin/gtkprefs.c Mon Apr 16 05:07:21 2007 +0000 +++ b/pidgin/gtkprefs.c Mon Apr 16 05:27:17 2007 +0000 @@ -415,7 +415,7 @@ gtk_tree_row_reference_free(previous_smiley_row); previous_smiley_row = NULL; - pidginthemes_smiley_theme_probe(); + pidgin_themes_smiley_theme_probe(); if (!(themes = smiley_themes)) return NULL; @@ -2018,7 +2018,7 @@ for (themes = smiley_themes; themes; themes = themes->next) { struct smiley_theme *smile = themes->data; if (smile->name && strcmp(themename, smile->name) == 0) { - pidginthemes_load_smiley_theme(smile->path, TRUE); + pidgin_themes_load_smiley_theme(smile->path, TRUE); break; } }