tests/plugindialog.vala
[app.Builder.js] / tests / plugindialog.vala
index 239d388..a9ebd00 100644 (file)
@@ -8,7 +8,7 @@
 int main (string[] args) {
        Gtk.init (ref args);
        var c  = new Xcls_DialogPluginWebkit();
-       c.show();
+       c.show(null, "hello");
 
 
        Gtk.main();