Builder3/Main.js
authorAlan Knowles <alan@roojs.com>
Tue, 3 Jul 2012 09:39:37 +0000 (17:39 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 3 Jul 2012 09:39:37 +0000 (17:39 +0800)
Builder3/Main.js

index 315a9ce..805f63c 100644 (file)
@@ -3,7 +3,7 @@ Gdk = imports.gi.Gdk;
 
 Window = imports.Builder3.Window.Window;
 
-
+/*
 atoms = {
                "STRING" : Gdk.atom_intern("STRING")
        };
@@ -18,6 +18,6 @@ Gtk.rc_parse_string(
             "}\n"+
             "class \"GtkComboBox\" style \"gtkcombobox-style\"\n");
 
-
-//Window.el.show_all();
+*/
+Window.el.show_all();
  
\ No newline at end of file