Blame SOURCES/vinagre-3.14.3-RDP-update.patch

9ef9d9
--- vinagre-3.22.0/plugins/rdp/vinagre-rdp-tab.c
9ef9d9
+++ vinagre-3.22.0/plugins/rdp/vinagre-rdp-tab.c
9ef9d9
@@ -1232,7 +1232,7 @@ open_freerdp (VinagreRdpTab *rdp_tab)
22448f
   else
22448f
     {
22448f
       priv->authentication_attempts = 0;
22448f
-      priv->update_id = g_idle_add ((GSourceFunc) update, rdp_tab);
22448f
+      priv->update_id = g_timeout_add (5, (GSourceFunc) update, rdp_tab);
22448f
     }
9ef9d9
 }
22448f