tests/plugindialog.vala
authorAlan Knowles <alan@roojs.com>
Thu, 16 Apr 2015 08:54:27 +0000 (16:54 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 16 Apr 2015 08:54:27 +0000 (16:54 +0800)
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();