Commented opening of files from the activity view as it does not work.

See https://github.com/owncloud/mirall/issues/1295
This commit is contained in:
Klaas Freitag 2013-12-17 14:16:25 +01:00
parent 66c0a3b448
commit c50b0a995b

View file

@ -250,7 +250,7 @@ void ProtocolWidget::slotOpenFile( QTreeWidgetItem *item, int )
// folder->path() always comes back with trailing path
QString fullPath = folder->path() + fileName;
if (QFile(fullPath).exists()) {
Utility::showInFileManager(fullPath);
// Utility::showInFileManager(fullPath);
}
}
}