[dia] [gtk-osx] don't enforce gtk-engine usage
- From: Hans Breuer <hans src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [dia] [gtk-osx] don't enforce gtk-engine usage
- Date: Sat, 15 Nov 2014 17:10:38 +0000 (UTC)
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]