src/Palete/VapiParser.vala
authorAlan Knowles <alan@roojs.com>
Tue, 12 May 2015 10:19:46 +0000 (18:19 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 12 May 2015 10:19:46 +0000 (18:19 +0800)
src/Palete/VapiParser.vala

index b336e98..da430ac 100644 (file)
@@ -367,13 +367,14 @@ namespace Palete {
                                
                        }
                         
-                       Vala.CodeContext.pop ();
+                       
                         
                        context.accept(this);
                        
+                       context = null;
                        // dump the tree for Gtk?
                        
-                       
+                       Vala.CodeContext.pop ();
                        
                        print("ALL OK?\n");