Revision: 4998
          http://tigervnc.svn.sourceforge.net/tigervnc/?rev=4998&view=rev
Author:   ossman_
Date:     2012-09-11 10:56:21 +0000 (Tue, 11 Sep 2012)
Log Message:
-----------
Fix incorrect path for viewer icons. Patch by Uros Vampl.

Modified Paths:
--------------
    trunk/vncviewer/vncviewer.cxx

Modified: trunk/vncviewer/vncviewer.cxx
===================================================================
--- trunk/vncviewer/vncviewer.cxx       2012-09-10 11:46:08 UTC (rev 4997)
+++ trunk/vncviewer/vncviewer.cxx       2012-09-11 10:56:21 UTC (rev 4998)
@@ -156,7 +156,7 @@
       char icon_path[PATH_MAX];
       bool exists;
 
-      sprintf(icon_path, "%s/icons/hicolor/%dx%d/tigervnc.png",
+      sprintf(icon_path, "%s/icons/hicolor/%dx%d/apps/tigervnc.png",
               DATA_DIR, icon_sizes[i], icon_sizes[i]);
 
 #ifndef WIN32

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

Reply via email to