Mercurial > pidgin
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 12066:ee8312c764b1 | 12067:e859c1663a27 |
|---|---|
| 372 #else | 372 #else |
| 373 g_string_append_printf(str, " <b>Evolution Addressbook:</b> Disabled<br/>"); | 373 g_string_append_printf(str, " <b>Evolution Addressbook:</b> Disabled<br/>"); |
| 374 #endif | 374 #endif |
| 375 | 375 |
| 376 #ifdef USE_GTKSPELL | 376 #ifdef USE_GTKSPELL |
| 377 if (gaim_gtk_gtkspell_is_available()) | 377 g_string_append(str, " <b>GtkSpell:</b> Enabled<br/>"); |
| 378 g_string_append(str, " <b>GtkSpell:</b> Enabled<br/>"); | 378 #else |
| 379 else | 379 g_string_append(str, " <b>GtkSpell:</b> Disabled<br/>"); |
| 380 g_string_append(str, " <b>GtkSpell:</b> Disabled (Library Not Found)<br/>"); | |
| 381 #else | |
| 382 g_string_append(str, " <b>GtkSpell:</b> Disabled (Not Compiled)<br/>"); | |
| 383 #endif | 380 #endif |
| 384 | 381 |
| 385 #ifdef HAVE_GNUTLS | 382 #ifdef HAVE_GNUTLS |
| 386 g_string_append(str, " <b>GnuTLS:</b> Enabled<br/>"); | 383 g_string_append(str, " <b>GnuTLS:</b> Enabled<br/>"); |
| 387 #else | 384 #else |
