diff pidgin/gtkutils.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 4e01fc165b28
line wrap: on
line diff
--- a/pidgin/gtkutils.c	Mon Apr 16 05:07:21 2007 +0000
+++ b/pidgin/gtkutils.c	Mon Apr 16 05:27:17 2007 +0000
@@ -95,7 +95,7 @@
 	g_signal_connect(G_OBJECT(imhtml), "url_clicked",
 					 G_CALLBACK(url_clicked_cb), NULL);
 
-	pidginthemes_smiley_themeize(imhtml);
+	pidgin_themes_smiley_themeize(imhtml);
 
 	gtk_imhtml_set_funcs(GTK_IMHTML(imhtml), &gtkimhtml_cbs);