GTK: formatting and comments
This commit is contained in:
parent
0ff24002e5
commit
a4c8995299
@ -268,7 +268,8 @@ showFilePropertyDialog [item] mygui _ = do
|
||||
entrySetText (fpropModEntry fprop') (packModTime item)
|
||||
entrySetText (fpropAcEntry fprop') (packAccessTime item)
|
||||
entrySetText (fpropFTEntry fprop') (packFileType item)
|
||||
entrySetText (fpropPermEntry fprop') (tail $ packPermissions item)
|
||||
entrySetText (fpropPermEntry fprop')
|
||||
(tail $ packPermissions item) -- throw away the filetype part
|
||||
case packLinkDestination item of
|
||||
(Just dest) -> do
|
||||
widgetSetSensitive (fpropLDEntry fprop') True
|
||||
|
Loading…
Reference in New Issue
Block a user