Revision: 5143
          http://sourceforge.net/p/tigervnc/code/5143
Author:   bphinz
Date:     2013-12-01 23:17:44 +0000 (Sun, 01 Dec 2013)
Log Message:
-----------
Fixed incorrect ConnParam initial value in CConn constructor.  Thanks to Pierre 
for pointing that out.

Modified Paths:
--------------
    trunk/java/com/tigervnc/vncviewer/CConn.java

Modified: trunk/java/com/tigervnc/vncviewer/CConn.java
===================================================================
--- trunk/java/com/tigervnc/vncviewer/CConn.java        2013-12-01 23:07:07 UTC 
(rev 5142)
+++ trunk/java/com/tigervnc/vncviewer/CConn.java        2013-12-01 23:17:44 UTC 
(rev 5143)
@@ -103,7 +103,7 @@
     }
     cp.supportsDesktopResize = true;
     cp.supportsExtendedDesktopSize = true;
-    cp.supportsSetDesktopSize = true;
+    cp.supportsSetDesktopSize = false;
     cp.supportsClientRedirect = true;
     cp.supportsDesktopRename = true;
     cp.supportsLocalCursor = viewer.useLocalCursor.getValue();

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349351&iu=/4140/ostg.clktrk
_______________________________________________
Tigervnc-commits mailing list
Tigervnc-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tigervnc-commits

Reply via email to