From 251a20e881e04eea4e8a0db6211b8253715cdbc3 Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Sun, 24 Apr 2016 20:01:22 +0200 Subject: [PATCH] GTK: minor fixes --- src/HSFM/GUI/Gtk/Data.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/HSFM/GUI/Gtk/Data.hs b/src/HSFM/GUI/Gtk/Data.hs index a7fe07f..92a2bf1 100644 --- a/src/HSFM/GUI/Gtk/Data.hs +++ b/src/HSFM/GUI/Gtk/Data.hs @@ -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)