tnitter & calculator: update app.nit clients
[nit.git] / contrib / tnitter / src / tnitter_app.nit
index fccad93..7a47218 100644 (file)
@@ -42,7 +42,7 @@ redef class App
        redef fun on_create
        do
                # Create the main window
-               window = new TnitterWindow
+               push_window new TnitterWindow
                super
        end
 end