[gnome-boxes/wip/feborges/rdp: 14/14] rdp-display: Emit "auth_failed"



commit c783872380706b9369356002274b40c35d372c09
Author: Felipe Borges <felipeborges gnome org>
Date:   Mon May 7 10:26:01 2018 +0200

    rdp-display: Emit "auth_failed"
    
    So the credentials can be cleaned up for this remote box too.

 src/rdp-display.vala | 2 ++
 1 file changed, 2 insertions(+)
---
diff --git a/src/rdp-display.vala b/src/rdp-display.vala
index 835f0f00..b161189a 100644
--- a/src/rdp-display.vala
+++ b/src/rdp-display.vala
@@ -39,6 +39,8 @@ public override bool authenticate (out string username, out string password, out
             need_username = true;
             need_password = true;
 
+            auth_failed ();
+
             display.close ();
         });
     }


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