Revision: 5053
          http://tigervnc.svn.sourceforge.net/tigervnc/?rev=5053&view=rev
Author:   bphinz
Date:     2013-03-01 00:55:42 +0000 (Fri, 01 Mar 2013)
Log Message:
-----------
Make viewport the parent of "Save As" dialog so that the window frame icon is 
inherited 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       2013-03-01 00:29:10 UTC 
(rev 5052)
+++ trunk/java/com/tigervnc/vncviewer/F8Menu.java       2013-03-01 00:55:42 UTC 
(rev 5053)
@@ -126,7 +126,7 @@
       Window fullScreenWindow = Viewport.getFullScreenWindow();
       if (fullScreenWindow != null)
         Viewport.setFullScreenWindow(null);
-      int ret = fc.showOpenDialog(this);
+      int ret = fc.showOpenDialog(cc.viewport);
       if (fullScreenWindow != null)
         Viewport.setFullScreenWindow(fullScreenWindow);
       if (ret == JFileChooser.APPROVE_OPTION) {

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


------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
_______________________________________________
Tigervnc-commits mailing list
Tigervnc-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tigervnc-commits

Reply via email to