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

Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- components/editor/gtkhtml-spell-checker.c
0
++ components/editor/gtkhtml-spell-checker.c
Lines 375-381 Link Here
375
	if ((dict = spell_checker_request_dict (checker)) == NULL)
375
	if ((dict = spell_checker_request_dict (checker)) == NULL)
376
		return;
376
		return;
377
377
378
	enchant_dict_add_to_pwl (dict, word, length);
378
	enchant_dict_add (dict, word, length);
379
	g_signal_emit (G_OBJECT (checker), signals[ADDED], 0, word, length);
379
	g_signal_emit (G_OBJECT (checker), signals[ADDED], 0, word, length);
380
}
380
}
381
381

Return to bug 660720