Skip to content

Commit aaf8efb

Browse files
committed
clock-gtk3: reorder main a little
1 parent 40e1f71 commit aaf8efb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clock-gtk3/Main.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@ main :: IO ()
5858
main = Concurrent.runInBoundThread $
5959
do
6060
quitOnInterrupt
61+
_ <- Gtk.initGUI
6162

6263
timeVar <- STM.atomically (STM.newTVar Nothing)
63-
_ <- Gtk.initGUI
6464

6565
drawingArea :: Gtk.DrawingArea <- Gtk.drawingAreaNew
6666
Gtk.set drawingArea

0 commit comments

Comments
 (0)