[connections/gnome-41] rdp-connection: Call show () when opening an already established connection



commit 3c3f2ccdb30200b8db9aae93974394451bae29a2
Author: Manuel Wassermann <manuel wassermann97 gmail com>
Date:   Fri Nov 26 15:21:52 2021 +0100

    rdp-connection: Call show () when opening an already established connection
    
    Otherwise, it just shows an infinite loading screen after reopening a connection.

 src/application.vala | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/src/application.vala b/src/application.vala
index 15c79e7..7a4275c 100644
--- a/src/application.vala
+++ b/src/application.vala
@@ -165,6 +165,7 @@ namespace Connections {
 
             Notification.DismissFunc really_remove = () => {
                 debug ("User did not cancel deletion. Deleting now...");
+                connection.disconnect_it ();
                 Database.get_default ().delete_connection (connection);
             };
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]