soc.2008.finch: 7c8b2416: Enable the spell checking for the conver...
queueram at soc.pidgin.im
queueram at soc.pidgin.im
Tue Jun 3 02:45:44 EDT 2008
-----------------------------------------------------------------
Revision: 7c8b24169ebea49291c304c47c92b61b2c978f8b
Ancestor: 11be12e0756a03820c8a2531b2e643eda2690a64
Author: queueram at soc.pidgin.im
Date: 2008-06-03T06:14:27
Branch: im.pidgin.soc.2008.finch
URL: http://d.pidgin.im/viewmtn/revision/info/7c8b24169ebea49291c304c47c92b61b2c978f8b
Modified files:
finch/gntblist.c finch/gntconv.c
ChangeLog:
Enable the spell checking for the conversation and buddy list entry.
-------------- next part --------------
============================================================
--- finch/gntblist.c aae68a3c1e5fb7c9db0585da66c5aa3a69600f75
+++ finch/gntblist.c 27c11cf14f8b107f0284eaaa0dd52791207b5c10
@@ -3020,6 +3020,7 @@ blist_show(PurpleBuddyList *list)
ggblist->status = gnt_combo_box_new();
gnt_box_add_widget(GNT_BOX(ggblist->window), ggblist->status);
ggblist->statustext = gnt_entry_new(NULL);
+ gnt_entry_set_spell_enable(GNT_ENTRY(ggblist->statustext), TRUE);
gnt_box_add_widget(GNT_BOX(ggblist->window), ggblist->statustext);
gnt_widget_show(ggblist->window);
============================================================
--- finch/gntconv.c dcd3cdd7ca031dc38243c954152a5eeeaf61cb64
+++ finch/gntconv.c 0362ea04a9440b19d055b21075c4d90ea4f36ea4
@@ -794,6 +794,7 @@ finch_create_conversation(PurpleConversa
gnt_entry_set_history_length(GNT_ENTRY(ggc->entry), -1);
gnt_entry_set_word_suggest(GNT_ENTRY(ggc->entry), TRUE);
gnt_entry_set_always_suggest(GNT_ENTRY(ggc->entry), FALSE);
+ gnt_entry_set_spell_enable(GNT_ENTRY(ggc->entry), TRUE);
gnt_text_view_attach_scroll_widget(GNT_TEXT_VIEW(ggc->tv), ggc->entry);
gnt_text_view_attach_pager_widget(GNT_TEXT_VIEW(ggc->tv), ggc->entry);
More information about the Commits
mailing list