Hi, On Wed, May 31, 2017 at 10:23:16AM -0300, Eduardo Lima (Etrunko) wrote: > Related: https://bugzilla.redhat.com/show_bug.cgi?id=1446161 > > Signed-off-by: Eduardo Lima (Etrunko) <[email protected]>
Works fine, Acked-by: Victor Toso <[email protected]> > --- > v2: Retry authentication dialog if cancelled instead of quitting the > application. > --- > src/virt-viewer-app.c | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/src/virt-viewer-app.c b/src/virt-viewer-app.c > index f0fcf21..2a88882 100644 > --- a/src/virt-viewer-app.c > +++ b/src/virt-viewer-app.c > @@ -1441,6 +1441,8 @@ virt_viewer_app_disconnected(VirtViewerSession *session > G_GNUC_UNUSED, const gch > > if (!priv->kiosk) > virt_viewer_app_hide_all_windows(self); > + else if (priv->cancelled) > + priv->authretry = TRUE; > > if (priv->quitting) > g_application_quit(G_APPLICATION(self)); > -- > 2.9.4 > > _______________________________________________ > virt-tools-list mailing list > [email protected] > https://www.redhat.com/mailman/listinfo/virt-tools-list
signature.asc
Description: PGP signature
_______________________________________________ virt-tools-list mailing list [email protected] https://www.redhat.com/mailman/listinfo/virt-tools-list
