-rw-r--r-- | noncore/apps/advancedfm/advancedfm.cpp | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/noncore/apps/advancedfm/advancedfm.cpp b/noncore/apps/advancedfm/advancedfm.cpp index 7cd8644..b224deb 100644 --- a/noncore/apps/advancedfm/advancedfm.cpp +++ b/noncore/apps/advancedfm/advancedfm.cpp | |||
@@ -322,3 +322,4 @@ void AdvancedFm::populateLocalView() | |||
322 | | fileInfo.permission( QFileInfo::ExeGroup) | 322 | | fileInfo.permission( QFileInfo::ExeGroup) |
323 | | fileInfo.permission( QFileInfo::ExeOther)) & fs.find("vfat",0,TRUE) == -1) { | 323 | | fileInfo.permission( QFileInfo::ExeOther)) |
324 | | fs == "vfat" && fileInfo.filePath().contains("/bin") ) { | ||
324 | pm = Resource::loadPixmap( "exec"); | 325 | pm = Resource::loadPixmap( "exec"); |
@@ -444,3 +445,4 @@ void AdvancedFm::populateRemoteView() | |||
444 | | fileInfo.permission( QFileInfo::ExeGroup) | 445 | | fileInfo.permission( QFileInfo::ExeGroup) |
445 | | fileInfo.permission( QFileInfo::ExeOther)) & fs.find("vfat",0,TRUE) == -1) { | 446 | | fileInfo.permission( QFileInfo::ExeOther)) |
447 | | fs == "vfat" && fileInfo.filePath().contains("/bin") ) { | ||
446 | ///// } else if(fileInfo.isExecutable()){ //is exec <<<< BROKEN!! | 448 | ///// } else if(fileInfo.isExecutable()){ //is exec <<<< BROKEN!! |