vinagre r129 - trunk/src



Author: jwendell
Date: Tue Jan 15 11:48:35 2008
New Revision: 129
URL: http://svn.gnome.org/viewvc/vinagre?rev=129&view=rev

Log:
Use compression

Modified:
   trunk/src/vinagre-tab.c

Modified: trunk/src/vinagre-tab.c
==============================================================================
--- trunk/src/vinagre-tab.c	(original)
+++ trunk/src/vinagre-tab.c	Tue Jan 15 11:48:35 2008
@@ -255,6 +255,7 @@
     vinagre_utils_show_error (_("Error connecting to host."), NULL);
 
   vnc_display_set_pointer_local (VNC_DISPLAY(tab->priv->vnc), TRUE);
+  vnc_display_set_lossy_encoding (VNC_DISPLAY(tab->priv->vnc), TRUE);
 
   g_free (port);
   gtk_widget_grab_focus (tab->priv->vnc);



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