[dia] [gtk-osx] don't enforce gtk-engine usage



commit 43acabaf190b47d0960e8f3c97ea16a45460bcba
Author: Hans Breuer <hans breuer org>
Date:   Sat Nov 15 17:26:00 2014 +0100

    [gtk-osx] don't enforce gtk-engine usage
    
    the blue scroll bars are not an improvement IMO

 installer/macosx/osx-app.sh |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/installer/macosx/osx-app.sh b/installer/macosx/osx-app.sh
index 0c97b78..bb926b7 100644
--- a/installer/macosx/osx-app.sh
+++ b/installer/macosx/osx-app.sh
@@ -132,10 +132,10 @@ if [ ! -e "$LIBPREFIX" ]; then
        exit 1
 fi
 
-if ! pkg-config --exists gtk-engines-2; then
-       echo "Missing gtk-engines2 -- please install gtk-engines2 and try again." >&2
-       exit 1
-fi
+#if ! pkg-config --exists gtk-engines-2; then
+#      echo "Missing gtk-engines2 -- please install gtk-engines2 and try again." >&2
+#      exit 1
+#fi
 
 
 # Handle some version specific details.


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