summaryrefslogtreecommitdiffstats
path: root/plugin
diff options
context:
space:
mode:
Diffstat (limited to 'plugin')
-rw-r--r--plugin/virt-viewer-plugin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/virt-viewer-plugin.c b/plugin/virt-viewer-plugin.c
index ebd35f2..d3d82a7 100644
--- a/plugin/virt-viewer-plugin.c
+++ b/plugin/virt-viewer-plugin.c
@@ -84,7 +84,7 @@ VirtViewerXSetWindow (NPP instance, NPWindow *window)
if (This->uri && This->name) {
debug ("calling viewer_start uri=%s name=%s direct=%d waitvm=%d reconnect=%d container=%p",
This->uri, This->name, This->direct, This->waitvm, This->reconnect, This->container);
- r = viewer_start (This->uri, This->name, This->direct, This->waitvm, This->reconnect, 1, This->container);
+ r = viewer_start (This->uri, This->name, This->direct, This->waitvm, This->reconnect, 1, 0, This->container);
if (r != 0)
fprintf (stderr, "viewer_start returned %d != 0\n", r);
}