tests/plugindialog.vala
[app.Builder.js] / tests / plugindialog.vala
index e9dfde4..82e947b 100644 (file)
@@ -3,7 +3,8 @@ public Project.Project proj;
 
 int main (string[] args) {
        Gtk.init (ref args);
-       DialogPluginWebkit.show();
+       var c  = Xcls_DialogPluginWebkit();
+       c.show();
 
 
        Gtk.main();