From 2eaa4571bf99d6426b7a6f88add4119d0f8ce71b Mon Sep 17 00:00:00 2001 From: dooglus Date: Mon, 10 Sep 2007 20:13:40 +0000 Subject: [PATCH] The icons are in $SYNFIG_ROOT/share/pixmaps/synfigstudio/ now, not $SYNFIG_ROOT/share/pixmaps/. Updated the code which uses the SYNFIG_ROOT environment variable to locate them. It shouldn't be necessary to set SYNFIG_ROOT, in which case this fix will have no effect, but setting it shouldn't break things like it currently does. git-svn-id: http://svn.voria.com/code@651 1f10aa63-cdf2-0310-b900-c93c546f37ac --- synfig-studio/trunk/src/gtkmm/iconcontroler.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/synfig-studio/trunk/src/gtkmm/iconcontroler.cpp b/synfig-studio/trunk/src/gtkmm/iconcontroler.cpp index 2e4aa0a..8e59a5c 100644 --- a/synfig-studio/trunk/src/gtkmm/iconcontroler.cpp +++ b/synfig-studio/trunk/src/gtkmm/iconcontroler.cpp @@ -96,7 +96,7 @@ IconControler::IconControler(const synfig::String& /*basepath*/) path_to_icons=synfig_root; path_to_icons+=ETL_DIRECTORY_SEPERATOR; - path_to_icons+="share/pixmaps"; + path_to_icons+="share/pixmaps/synfigstudio"; } path_to_icons+=ETL_DIRECTORY_SEPERATOR; -- 2.7.4