From: Pierre Ossman Date: Tue, 11 Sep 2012 10:56:21 +0000 (+0000) Subject: Fix incorrect path for viewer icons. Patch by Uros Vampl. X-Git-Tag: v1.2.90~87 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=6a007bde173c4bf6a23a2410266a67d1d4514bf4;p=tigervnc.git Fix incorrect path for viewer icons. Patch by Uros Vampl. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4998 3789f03b-4d11-0410-bbf8-ca57d06f2519 --- diff --git a/vncviewer/vncviewer.cxx b/vncviewer/vncviewer.cxx index 79d7935e..a512213b 100644 --- a/vncviewer/vncviewer.cxx +++ b/vncviewer/vncviewer.cxx @@ -156,7 +156,7 @@ static void init_fltk() 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