Sophie

Sophie

distrib > Mandriva > 2006.0 > i586 > media > main-src > by-pkgid > a6bc312ce50b5c8d0c51736e58ac32bc > files > 264

kdebase-3.4.2-55mdk.src.rpm

--- kdebase-3.2.2/konqueror/konq_mainwindow.cc--	2004-04-27 17:49:50.216339681 +0200
+++ kdebase-3.2.2/konqueror/konq_mainwindow.cc	2004-04-27 17:50:58.578243709 +0200
@@ -1676,9 +1676,10 @@ void KonqMainWindow::slotGoDirTree()
 
 void KonqMainWindow::slotGoTrash()
 {
-  KURL u;
-  u.setPath( KGlobalSettings::trashPath() );
-  openURL( 0L, u );
+  QString profile = "trash";
+  KonqMisc::createBrowserWindowFromProfile(
+    locate( "data", QString::fromLatin1("konqueror/profiles/")+profile ),
+    profile ,KGlobalSettings::trashPath());    
 }
 
 void KonqMainWindow::slotGoTemplates()