You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
371 B
12 lines
371 B
--- vinagre-3.22.0/plugins/rdp/vinagre-rdp-tab.c
|
|
+++ vinagre-3.22.0/plugins/rdp/vinagre-rdp-tab.c
|
|
@@ -1232,7 +1232,7 @@ open_freerdp (VinagreRdpTab *rdp_tab)
|
|
else
|
|
{
|
|
priv->authentication_attempts = 0;
|
|
- priv->update_id = g_idle_add ((GSourceFunc) update, rdp_tab);
|
|
+ priv->update_id = g_timeout_add (5, (GSourceFunc) update, rdp_tab);
|
|
}
|
|
}
|
|
|