diff options
Diffstat (limited to 'dev-util/monodevelop/files/kill-qtcurve-warning.patch')
-rw-r--r-- | dev-util/monodevelop/files/kill-qtcurve-warning.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/dev-util/monodevelop/files/kill-qtcurve-warning.patch b/dev-util/monodevelop/files/kill-qtcurve-warning.patch deleted file mode 100644 index 36eb66e..0000000 --- a/dev-util/monodevelop/files/kill-qtcurve-warning.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -Naur monodevelop-5.0.1.org/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Gui.OptionPanels/IDEStyleOptionsPanel.cs monodevelop-5.0.1/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Gui.OptionPanels/IDEStyleOptionsPanel.cs ---- monodevelop-5.0.1.org/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Gui.OptionPanels/IDEStyleOptionsPanel.cs 2014-06-04 19:10:44.000000000 +0300 -+++ monodevelop-5.0.1/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Gui.OptionPanels/IDEStyleOptionsPanel.cs 2014-12-29 15:28:43.590834768 +0200 -@@ -127,8 +127,6 @@ - - internal static bool IsBadGtkTheme (string theme) - { -- if (string.Equals ("QtCurve", theme, StringComparison.OrdinalIgnoreCase)) -- return true; - if (string.Equals ("oxygen-gtk", theme, StringComparison.OrdinalIgnoreCase)) - return Environment.GetEnvironmentVariable ("OXYGEN_DISABLE_INNER_SHADOWS_HACK") != "1"; - return false; |