[gitg] Search for the icons on the right dir



commit 4d069fa7a1219475095106f67a9f7e02ed2b9113
Author: Ignacio Casal Quinteiro <icq gnome org>
Date:   Mon Dec 21 16:20:04 2015 +0100

    Search for the icons on the right dir

 gitg/gitg-application.vala |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gitg/gitg-application.vala b/gitg/gitg-application.vala
index b0903d6..16a474e 100644
--- a/gitg/gitg-application.vala
+++ b/gitg/gitg-application.vala
@@ -394,7 +394,7 @@ public class Application : Gtk.Application
                }
 
                var theme = Gtk.IconTheme.get_default();
-               theme.prepend_search_path(Path.build_filename(Config.GITG_DATADIR, "icons"));
+               theme.prepend_search_path(Path.build_filename(PlatformSupport.get_data_dir(), "icons"));
        }
 
        protected override void shutdown()


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]