LIB/GTK: remove obsolete fullPath/fullPathS and refactor for prettiness
This commit is contained in:
@@ -228,7 +228,7 @@ refreshView mygui myview mfp =
|
||||
ecd <- try (getCurrentDir myview) :: IO (Either SomeException
|
||||
Item)
|
||||
case ecd of
|
||||
Right dir -> return (Just $ fullPath dir)
|
||||
Right dir -> return (Just $ path dir)
|
||||
Left _ -> return (P.parseAbs "/")
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user