From kde-commits Tue Jul 13 14:38:04 2004 From: =?utf-8?q?Lubo=C5=A1=20Lu=C5=88=C3=A1k?= Date: Tue, 13 Jul 2004 14:38:04 +0000 To: kde-commits Subject: kdebase/konqueror Message-Id: <20040713143804.E718A16B15 () office ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=108972949905822 CVS commit by lunakl: chdir to / when keeping for preloading, just in case cwd is a mounted device. M +1 -0 konq_mainwindow.cc 1.1339 --- kdebase/konqueror/konq_mainwindow.cc #1.1338:1.1339 @@ -5220,4 +5220,5 @@ void KonqMainWindow::setPreloadedFlag( b if( s_preloaded ) { + chdir("/"); // so that it's cwd is not e.g. subfs mounted device kapp->disableSessionManagement(); // dont restore preloaded konqy's return; // was registered before calling this