From koffice Mon May 28 19:20:25 2001 From: "Stephan Hachinger" Date: Mon, 28 May 2001 19:20:25 +0000 To: koffice Subject: .doc not in recent document list (was: Re: KWord text flow...) X-MARC-Message: https://marc.info/?l=koffice&m=99107765218171 > 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've manually applied :) the patch to the beta2 sources, but it doesn't seem to change anything... Now, there are a couple of possibilities, as I'm compiling it directly into debian packages: -maybe dpkg doesn't overwrite some config files? -or can the patch only be applied to cvs sources - I didn't want them because of this QuattroPro filter issue -or the patch doesn't do anything... ?? AARGH, forget it! Now as I'm writing this, it suddenly works! Only after saving some kwds and opening etc. It WORKS ABSOLUTELY FINE!!! Any suggestion? Could someone else test the patch?!; I'm busy tomorrow because I'll have to do the very last test of German "grammar school" which is quite important... Yes, I won't have to go to school any more school after tomorrow :)). Cheers, Stephan