Re: [patch] fix to bug 3346

2007-06-22 Thread José Matos
On Friday 22 June 2007 14:54:58 Alfredo Braunstein wrote: > http://bugzilla.lyx.org/show_bug.cgi?id=3346 > > The fix is simply to clear the dirty flag of the tabular clipboard on > normal text copy. > > Seeking 2 OKs. > > A/ OK. -- José Abílio

[patch] fix to bug 3346

2007-06-22 Thread Alfredo Braunstein
http://bugzilla.lyx.org/show_bug.cgi?id=3346 The fix is simply to clear the dirty flag of the tabular clipboard on normal text copy. Seeking 2 OKs. A/ Index: CutAndPaste.cpp === --- CutAndPaste.cpp (revision 18850) +++ CutAndPaste.