Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 629772 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- gtkspell/gtkspell.c
0
++ gtkspell/gtkspell.c
Lines 277-283 Link Here
277
	get_word_extents_from_mark(spell->buffer, &start, &end, spell->mark_click);
277
	get_word_extents_from_mark(spell->buffer, &start, &end, spell->mark_click);
278
	word = gtk_text_buffer_get_text(spell->buffer, &start, &end, FALSE);
278
	word = gtk_text_buffer_get_text(spell->buffer, &start, &end, FALSE);
279
	
279
	
280
	enchant_dict_add_to_pwl( spell->speller, word, strlen(word));
280
	enchant_dict_add ( spell->speller, word, strlen(word));
281
281
282
	gtkspell_recheck_all(spell);
282
	gtkspell_recheck_all(spell);
283
283

Return to bug 629772