XObjectBase/GtkTreeViewColumn.js
authorAlan Knowles <alan@akkbhome.com>
Wed, 1 Dec 2010 23:56:34 +0000 (07:56 +0800)
committerAlan Knowles <alan@akkbhome.com>
Wed, 1 Dec 2010 23:56:34 +0000 (07:56 +0800)
XObjectBase/GtkTreeViewColumn.js

index ebb828a..73f4dc9 100644 (file)
@@ -8,7 +8,7 @@ GObject = imports.gi.GObject;
 // children are not added at init / but at show stage..
 // listener is added on show..
 // we should really add a hock to destroy it..
-GtkListStore = XObject.define(
+GtkTreeViewColumn = XObject.define(
     function(cfg) {
         XObject.call(this, cfg);
         // this is an example...