LIB/GTK: use new data structure with explicit SymLink constructor

This still needs a lot of work to function consistently, but it's better
than the old approach.
This commit is contained in:
2015-12-23 22:50:04 +01:00
parent 06b96eecea
commit 5f183bef3f
5 changed files with 198 additions and 202 deletions

View File

@@ -111,7 +111,7 @@ urlGoTo mygui myview = do
open :: Row -> MyGUI -> MyView -> IO ()
open row mygui myview = withErrorDialog $
case row of
r@(_ :/ Dir _ _) -> do
SDir r -> do
nv <- Data.DirTree.readFile $ fullPath r
refreshTreeView' mygui myview nv
r ->