tests/plugindialog.vala
authorAlan Knowles <alan@roojs.com>
Thu, 16 Apr 2015 08:58:54 +0000 (16:58 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 16 Apr 2015 08:58:54 +0000 (16:58 +0800)
tests/plugindialog.vala

index f1fd8f7..239d388 100644 (file)
@@ -7,7 +7,7 @@
 
 int main (string[] args) {
        Gtk.init (ref args);
-       var c  = Xcls_DialogPluginWebkit();
+       var c  = new Xcls_DialogPluginWebkit();
        c.show();