diff src/gtkdialogs.c @ 12067:e859c1663a27

[gaim-migrate @ 14362] Revert GtkSpell dynamic loading. A GtkSpell plugin is a better idea, and nosnilmot says he has one that's close to fully functional. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Sun, 13 Nov 2005 01:44:11 +0000
parents ff985a2d88b9
children 980c877bd238
line wrap: on
line diff
--- a/src/gtkdialogs.c	Sun Nov 13 01:32:31 2005 +0000
+++ b/src/gtkdialogs.c	Sun Nov 13 01:44:11 2005 +0000
@@ -374,12 +374,9 @@
 #endif
 
 #ifdef USE_GTKSPELL
-	if (gaim_gtk_gtkspell_is_available())
-		g_string_append(str, "    <b>GtkSpell:</b> Enabled<br/>");
-	else
-		g_string_append(str, "    <b>GtkSpell:</b> Disabled (Library Not Found)<br/>");
+	g_string_append(str, "    <b>GtkSpell:</b> Enabled<br/>");
 #else
-	g_string_append(str, "    <b>GtkSpell:</b> Disabled (Not Compiled)<br/>");
+	g_string_append(str, "    <b>GtkSpell:</b> Disabled<br/>");
 #endif
 
 #ifdef HAVE_GNUTLS