pidgin/gtkimhtmltoolbar.c

changeset 16263
27e0ef0f38e6
parent 16254
eeb2bba4dc94
child 16437
7ff7c3405ea2
child 16454
c913ac4ef44c
--- 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;

mercurial