Mercurial > pidgin
comparison src/gtkconv.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 | 658623020748 |
| children | 3b52d94437f3 |
comparison
equal
deleted
inserted
replaced
| 12066:ee8312c764b1 | 12067:e859c1663a27 |
|---|---|
| 5424 continue; | 5424 continue; |
| 5425 | 5425 |
| 5426 gtkconv = GAIM_GTK_CONVERSATION(conv); | 5426 gtkconv = GAIM_GTK_CONVERSATION(conv); |
| 5427 | 5427 |
| 5428 if (value) | 5428 if (value) |
| 5429 gaim_gtk_gtkspell_setup(GTK_TEXT_VIEW(gtkconv->entry)); | 5429 gaim_gtk_setup_gtkspell(GTK_TEXT_VIEW(gtkconv->entry)); |
| 5430 else | 5430 else { |
| 5431 gaim_gtk_gtkspell_unsetup(GTK_TEXT_VIEW(gtkconv->entry)); | 5431 spell = gtkspell_get_from_text_view(GTK_TEXT_VIEW(gtkconv->entry)); |
| 5432 gtkspell_detach(spell); | |
| 5433 } | |
| 5432 } | 5434 } |
| 5433 #endif | 5435 #endif |
| 5434 } | 5436 } |
| 5435 | 5437 |
| 5436 static void | 5438 static void |
