diff src/gtkutils.c @ 8881:1ab2a9c17f4a

[gaim-migrate @ 9650] I'm going to thoroughly remove the prefs that we're sure about. Starting with the show_smileys one. I also tagged the commented out preferences with /* PREFSLASH04 */ to make them easily findable. And got rid of a compile warning or 5. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Thu, 06 May 2004 04:44:33 +0000
parents b994b0223335
children c430e99bb147
line wrap: on
line diff
--- a/src/gtkutils.c	Thu May 06 04:41:24 2004 +0000
+++ b/src/gtkutils.c	Thu May 06 04:44:33 2004 +0000
@@ -68,9 +68,6 @@
 	g_return_if_fail(imhtml != NULL);
 	g_return_if_fail(GTK_IS_IMHTML(imhtml));
 
-	if (!gaim_prefs_get_bool("/gaim/gtk/conversations/show_smileys"))
-		gtk_imhtml_show_smileys(GTK_IMHTML(imhtml), FALSE);
-
 	g_signal_connect(G_OBJECT(imhtml), "url_clicked",
 					 G_CALLBACK(url_clicked_cb), NULL);