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.
|
||||
startGUI :: FilePath -> IO ()
|
||||
startGUI startFile = do
|
||||
makeGUI :: FilePath -> IO ()
|
||||
makeGUI startFile = do
|
||||
homedir <- getHomeDirectory
|
||||
|
||||
-- init gui
|
||||
|
Loading…
Reference in New Issue
Block a user