Rename startGUI to makeGUI
This commit is contained in:
parent
80b5286095
commit
3bfb84e1c7
4
Gtk.hs
4
Gtk.hs
@ -12,8 +12,8 @@ import Util
|
|||||||
|
|
||||||
|
|
||||||
-- |Handle the whole GTK gui.
|
-- |Handle the whole GTK gui.
|
||||||
startGUI :: FilePath -> IO ()
|
makeGUI :: FilePath -> IO ()
|
||||||
startGUI startFile = do
|
makeGUI startFile = do
|
||||||
homedir <- getHomeDirectory
|
homedir <- getHomeDirectory
|
||||||
|
|
||||||
-- init gui
|
-- init gui
|
||||||
|
Loading…
Reference in New Issue
Block a user