GTK: minor fixes

This commit is contained in:
Julian Ospald 2016-04-24 20:01:22 +02:00
parent c29693fbd0
commit 251a20e881
No known key found for this signature in database
GPG Key ID: 511B62C09D50CD28

View File

@ -61,7 +61,7 @@ data MyGUI = MkMyGUI {
, menubar :: !MenuBar
, statusBar :: !Statusbar
, clearStatusBar :: !Button
, notebook :: Notebook
, notebook :: !Notebook
-- other
, fprop :: !FilePropertyGrid
@ -71,7 +71,7 @@ data MyGUI = MkMyGUI {
}
-- |This describes the contents of the current vie and is separated from MyGUI,
-- |This describes the contents of the current view and is separated from MyGUI,
-- because we might want to have multiple views.
data MyView = MkMyView {
view :: !(TVar FMView)