--- a/pidgin/gtkimhtmltoolbar.c Mon Apr 16 05:07:21 2007 +0000 +++ b/pidgin/gtkimhtmltoolbar.c Mon Apr 16 05:27:17 2007 +0000 @@ -653,9 +653,9 @@ } if (toolbar->sml) - smileys = pidginthemes_get_proto_smileys(toolbar->sml); + smileys = pidgin_themes_get_proto_smileys(toolbar->sml); else - smileys = pidginthemes_get_proto_smileys(NULL); + smileys = pidgin_themes_get_proto_smileys(NULL); while(smileys) { GtkIMHtmlSmiley *smiley = smileys->data;