LIB: move 'hiddenFile' to hpath package

This commit is contained in:
2016-04-10 22:03:30 +02:00
parent bddf29671a
commit b7ee2ccd3d
3 changed files with 2 additions and 9 deletions

View File

@@ -303,7 +303,7 @@ constructView mygui myview = do
item <- (name . file) <$> treeModelGetRow rawModel' iter
if hidden
then return True
else return $ not . hiddenFile $ item
else return $ not . P.hiddenFile $ item
-- sorting
sortedModel' <- treeModelSortNewWithModel filteredModel'