"Open with" actions can also remember their file name.

Change-Id: Id32e2149c6c5d23722c2c6fd125ad2e56dda0c24
Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
This commit is contained in:
Eike Ziller
2011-12-09 11:09:59 +01:00
parent 3998a0cbde
commit 7ee895b6dd
4 changed files with 39 additions and 24 deletions

View File

@@ -361,7 +361,7 @@ void FolderNavigationWidget::contextMenuEvent(QContextMenuEvent *ev)
findOnFileSystem(info.absolutePath());
return;
}
Core::FileManager::executeOpenWithMenuAction(action, m_fileSystemModel->filePath(current));
Core::FileManager::executeOpenWithMenuAction(action);
}
QString FolderNavigationWidget::msgFindOnFileSystem()