summaryrefslogtreecommitdiffstats
path: root/archivecontroller.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'archivecontroller.cpp')
-rw-r--r--archivecontroller.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/archivecontroller.cpp b/archivecontroller.cpp
index ffee2e1..b250337 100644
--- a/archivecontroller.cpp
+++ b/archivecontroller.cpp
@@ -395,6 +395,8 @@ void ArchiveController::fileDoubleClicked(const QModelIndex &idx){
args << idx.data(ArchiveFilesModel::FullPathRole).toString();
QProcess::startDetached(playerData.first, args);
return;
+ }else if(type == FT_ORIGIN){
+ return;
}
PictureViewer2 *pv = SmGlobals::instance()->pictureViewer();
QModelIndex parent = idx.parent();