XObjectBase/GtkListStore.js
authorAlan Knowles <alan@akbkhome.com>
Thu, 2 Dec 2010 09:23:09 +0000 (17:23 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 2 Dec 2010 09:23:09 +0000 (17:23 +0800)
XObjectBase/GtkListStore.js

index 64b9b4b..50fcfb3 100644 (file)
@@ -5,6 +5,8 @@ XObject = imports.XObject.XObject
  
 GObject = imports.gi.GObject;
 //GtkClutter.Embed..
+Gtk= imports.gi.Gtk;
+
 // children are not added at init / but at show stage..
 // listener is added on show..
 // we should really add a hock to destroy it..