Fix #8076 - gtknotebookpage fake wrapper
[roobuilder] / src / Palete / Gtk.vala
index 4827b2b..ccc94c0 100644 (file)
@@ -683,6 +683,7 @@ namespace Palete {
                        
                        var w = this.getClass(cn);
                        if (w == null) {
+                               
                                return;
                        }
                        
@@ -780,6 +781,10 @@ namespace Palete {
                 // add_tick_callback ?
                 // append << core one to add stuff..
                 
+               if (in_rval == "Gtk.Notebook") {
+                       ret.add( "Gtk.NotebookPage" );
+               }
+                
                if (!with_props) {
                        
                        pr.child_list_cache.set(in_rval, ret);