Revision: 4912 http://tigervnc.svn.sourceforge.net/tigervnc/?rev=4912&view=rev Author: bphinz Date: 2012-05-07 01:02:24 +0000 (Mon, 07 May 2012) Log Message: ----------- Reverted change introduced in r4910, r4911 didn't fix the problem that was created.
Revision Links: -------------- http://tigervnc.svn.sourceforge.net/tigervnc/?rev=4910&view=rev http://tigervnc.svn.sourceforge.net/tigervnc/?rev=4911&view=rev Modified Paths: -------------- trunk/java/com/tigervnc/vncviewer/VncViewer.java Modified: trunk/java/com/tigervnc/vncviewer/VncViewer.java =================================================================== --- trunk/java/com/tigervnc/vncviewer/VncViewer.java 2012-05-07 00:30:08 UTC (rev 4911) +++ trunk/java/com/tigervnc/vncviewer/VncViewer.java 2012-05-07 01:02:24 UTC (rev 4912) @@ -143,8 +143,9 @@ usage(); } - if (vncServerName.getValue() == "") - vncServerName.setParam(argv[i]); + if (vncServerName.getValue() != null) + usage(); + vncServerName.setParam(argv[i]); } } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Tigervnc-commits mailing list Tigervnc-commits@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/tigervnc-commits