----- Original Message ----- From: "David Faure" To: "Stephan Hachinger" Sent: Tuesday, May 29, 2001 1:09 PM Subject: Re: KWord text flow around picture frames > On Monday 28 May 2001 08:38, Stephan Hachinger wrote: > > Hello! > > > > > Don't they ? Hmm, that would be easy to fix if not... > > > Ah I think I see. Can you test this patch ? > > > > > > Index: koMainWindow.cc > > > =================================================================== > > > RCS file: /home/kde/koffice/lib/kofficecore/koMainWindow.cc,v > > > retrieving revision 1.202 > > > diff -u -p -r1.202 koMainWindow.cc > > > --- koMainWindow.cc 2001/05/24 17:08:47 1.202 > > > +++ koMainWindow.cc 2001/05/27 11:17:01 > > > @@ -625,6 +625,7 @@ void KoMainWindow::slotFileOpen() > > > KURL url; > > > if(dialog->exec()==QDialog::Accepted) { > > > url=dialog->selectedURL(); > > > + m_recent->addURL( url ); > > > if ( url.isLocalFile() ) > > > KRecentDocument::add(url.path(-1)); > > > else > > > > > > -- > > > David FAURE, david@mandrakesoft.com, faure@kde.org > > > http://perso.mandrakesoft.com/~david/, http://www.konqueror.org/ > > > KDE, Making The Future of Computing Available Today > > > > Hmm, I'll try but it won't be compiled before tonight because did'n t have > > anything better to do than deleting the sources, and recompiling takes about > > 10hrs on my Pentium :(. (no joke!) > > Ah I thought you had the sources. > Ok, tested and applied. > > > BTW, have you seen my lines about this picture frame sizing issue? > > Yup, have you updated from CVS ? :) > It was indeed only working when the scrollbars were showing the topleft corner > (no offset). I fixed it. > Yes I had them but only as .bz2 and so I had to recompile. The Pentium was 11 hours up and then it was compiled :). Hmm, the patch didn't seem to work at first but then it suddenly did... see my other two mails with subject ".doc not in recent document list ...". Now, I'll update from CVS.... BTW, I've passed the absolutely last test of grammar school today :)). Now, I'll cellbrate a bit (that means I'll sit down before the computer ;) ). Cheers, Stephan