diff pidgin/gtkimhtmltoolbar.c @ 16202:0973688f4b74

Word on the street is that we don't want things named pidginfoo_bar(), but pidgin_foo_bar() instead.
author Richard Laager <rlaager@wiktel.com>
date Mon, 16 Apr 2007 05:27:17 +0000
parents 247e421c4fa6
children 224250e561bf 391a79778f89
line wrap: on
line diff
--- 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;