summaryrefslogtreecommitdiffstats
path: root/src/virt-viewer-app.h
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@gmail.com>2013-05-17 14:13:37 +0200
committerMarc-André Lureau <marcandre.lureau@gmail.com>2013-05-17 14:15:06 +0200
commit240baeeb4486565a85a65f9945fdb6e0259002c9 (patch)
treef66b358592544868cc5141b10329a54808e80d03 /src/virt-viewer-app.h
parent6ed73f150c99677ad3822f968eb8e553a8d1c4f1 (diff)
downloadvirt-viewer-240baeeb4486565a85a65f9945fdb6e0259002c9.tar.gz
virt-viewer-240baeeb4486565a85a65f9945fdb6e0259002c9.tar.xz
virt-viewer-240baeeb4486565a85a65f9945fdb6e0259002c9.zip
Show connect dialog again if connection from dialog failed
https://bugzilla.redhat.com/show_bug.cgi?id=864026
Diffstat (limited to 'src/virt-viewer-app.h')
-rw-r--r--src/virt-viewer-app.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/virt-viewer-app.h b/src/virt-viewer-app.h
index 32bc7fb..14c8a96 100644
--- a/src/virt-viewer-app.h
+++ b/src/virt-viewer-app.h
@@ -54,7 +54,7 @@ typedef struct {
gboolean (*start) (VirtViewerApp *self);
gboolean (*initial_connect) (VirtViewerApp *self, GError **error);
gboolean (*activate) (VirtViewerApp *self, GError **error);
- void (*deactivated) (VirtViewerApp *self);
+ void (*deactivated) (VirtViewerApp *self, gboolean connect_error);
gboolean (*open_connection)(VirtViewerApp *self, int *fd);
} VirtViewerAppClass;