[chronojump] Disabled new GTK theme because there are instabilities on Windows



commit 9926b3db045027b33504be56ee63b587b246717f
Author: Xavier de Blas <xaviblas gmail com>
Date:   Fri May 19 16:17:02 2017 +0200

    Disabled new GTK theme because there are instabilities on Windows

 src/chronojump.cs |   10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/src/chronojump.cs b/src/chronojump.cs
index c899094..bcf0610 100644
--- a/src/chronojump.cs
+++ b/src/chronojump.cs
@@ -78,9 +78,13 @@ public class ChronoJump
                var rBinPath = "";
                baseDirectory = Util.GetPrefixDir();
 
-               //location of gtkrc file
-               Rc.AddDefaultFile (Util.GetThemeFile());
-               LogB.Information("gtk theme:" + Util.GetThemeFile());
+               /*
+                * location of gtkrc file
+                * DISABLED tight now because on windows there are inestabilities on jumps results
+                * and on Mode menu
+                */
+               //Rc.AddDefaultFile (Util.GetThemeFile());
+               //LogB.Information("gtk theme:" + Util.GetThemeFile());
 
                if(UtilAll.IsWindows()) {
                        //Environment.SetEnvironmentVariable ("R_HOME", RelativeToPrefix ("library"));


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