Re: [Patch] gtk Spellchecker dialog

2004-10-06 Thread John Spray
On Wed, 2004-10-06 at 08:56, Angus Leeming wrote: > That sounds like a poor UI to me. I try and spell check and the dialog > appears and then disappears? Why not, the dialog appears but the "start > checking" button is disabled? > > Your change will presumably lead to an unnecessary flicker for mos

Re: [Patch] gtk Spellchecker dialog

2004-10-06 Thread Angus Leeming
John Spray wrote: > The spellchecker dialog. > > In GViewBase it was necessary to move the update() to after show() > because with the spellchecker update()ing sometimes involves immediately > cancelling the dialog (if there are no spelling errors to prompt the > user about). That sounds like a p

Re: [Patch] gtk Spellchecker dialog

2004-10-05 Thread Lars Gullik Bjønnes
John Spray <[EMAIL PROTECTED]> writes: | Index: GSpellchecker.C | === | RCS file: GSpellchecker.C | diff -N GSpellchecker.C | --- /dev/null 1 Jan 1970 00:00:00 - | +++ GSpellchecker.C 5 Oct 2004 19:36:34 - | +void GSpellchec

[Patch] gtk Spellchecker dialog

2004-10-05 Thread John Spray
Hi, The spellchecker dialog. In GViewBase it was necessary to move the update() to after show() because with the spellchecker update()ing sometimes involves immediately cancelling the dialog (if there are no spelling errors to prompt the user about). John Index: ChangeLog ===