From 893985f67b417813f346e67beb2dbd7ab49309d2 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 2 Dec 2010 17:23:09 +0800 Subject: [PATCH] XObjectBase/GtkListStore.js --- XObjectBase/GtkListStore.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/XObjectBase/GtkListStore.js b/XObjectBase/GtkListStore.js index 64b9b4ba0..50fcfb3d5 100644 --- a/XObjectBase/GtkListStore.js +++ b/XObjectBase/GtkListStore.js @@ -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.. -- 2.39.2