Revision: 4883
          http://tigervnc.svn.sourceforge.net/tigervnc/?rev=4883&view=rev
Author:   bphinz
Date:     2012-04-08 19:12:50 +0000 (Sun, 08 Apr 2012)
Log Message:
-----------
make sure FullScreen checkbox is initialized correctly.

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

Modified: trunk/java/com/tigervnc/vncviewer/F8Menu.java
===================================================================
--- trunk/java/com/tigervnc/vncviewer/F8Menu.java       2012-04-05 03:37:50 UTC 
(rev 4882)
+++ trunk/java/com/tigervnc/vncviewer/F8Menu.java       2012-04-08 19:12:50 UTC 
(rev 4883)
@@ -44,6 +44,7 @@
     addSeparator();
     fullScreen = new JCheckBoxMenuItem("Full Screen");
     fullScreen.setMnemonic(KeyEvent.VK_F);
+    fullScreen.setSelected(cc.fullScreen);
     fullScreen.addActionListener(this);
     add(fullScreen);
     addSeparator();

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


------------------------------------------------------------------------------
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2
_______________________________________________
Tigervnc-commits mailing list
Tigervnc-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tigervnc-commits

Reply via email to