This call was added as hack during the GApplication's port, as the
remote-viewer window was closed as soon as the connection happened.

This behaviour hapened because we didn't chain-up to the parent's
window_added() method, which already calls g_application_hold()..

Signed-off-by: Fabiano Fidêncio <[email protected]>
---
 src/virt-viewer-app.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/virt-viewer-app.c b/src/virt-viewer-app.c
index b99ed32..4c3a373 100644
--- a/src/virt-viewer-app.c
+++ b/src/virt-viewer-app.c
@@ -1825,8 +1825,6 @@ virt_viewer_app_on_application_startup(GApplication *app)
         g_application_quit(app);
         return;
     }
-
-    g_application_hold(app);
 }
 
 static gboolean
-- 
2.7.4

_______________________________________________
virt-tools-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/virt-tools-list

Reply via email to