[tasque/windows] [windows] Workaround to get all icons on windows



commit da162cfde934d17d5e611ac6eec13172efaf2ffc
Author: Antonius Riha <antoniusriha gmail com>
Date:   Sat Oct 27 00:27:17 2012 +0200

    [windows] Workaround to get all icons on windows
    
    hack; should be fixed soon

 src/Gtk.Tasque/GtkApplication.cs |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/src/Gtk.Tasque/GtkApplication.cs b/src/Gtk.Tasque/GtkApplication.cs
index ba1c16b..63ba0e4 100644
--- a/src/Gtk.Tasque/GtkApplication.cs
+++ b/src/Gtk.Tasque/GtkApplication.cs
@@ -53,6 +53,9 @@ namespace Tasque
 
 			// add package icon path to default icon theme search paths
 			Gtk.IconTheme.Default.PrependSearchPath (Defines.IconsDir);
+#if WIN && DEBUG
+			Gtk.IconTheme.Default.PrependSearchPath (Defines.DataDir + "\\icons");
+#endif
 		}
 
 		public virtual void InitializeIdle ()



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