]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/dolphinpart.cpp
fixed issue that the video preview size was wrong during resizing the information...
[dolphin.git] / src / dolphinpart.cpp
index dbc9d793299e33aa699e5e20e8073a09539d3219..8fda67df65d8b1416fd98d2b15f1b85c8df69d4a 100644 (file)
@@ -342,10 +342,7 @@ void DolphinPart::createNewWindow(const KUrl& url)
 {
     // TODO: Check issue N176832 for the missing QAIV signal; task 177399 - maybe this code
     // should be moved into DolphinPart::slotItemTriggered()
-    KFileItem item(S_IFDIR, (mode_t)-1, url);
-    KParts::OpenUrlArguments args;
-    args.setMimeType(item.mimetype());
-    emit m_extension->createNewWindow(url, args);
+    emit m_extension->createNewWindow(url);
 }
 
 void DolphinPart::slotOpenContextMenu(const KFileItem& _item,