aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomasz Gąsior2017-06-19 20:49:51 +0200
committerTomasz Gąsior2017-06-19 20:49:51 +0200
commit7ac5f69bb11c10bf1f64424f3512f15ab2468ac1 (patch)
treeebd40bb734d6408b66ee1b0a53a714b773922723
parent4d72d6da2b86aa84a80204c5d9093f887dc976b4 (diff)
downloadaur-7ac5f69bb11c10bf1f64424f3512f15ab2468ac1.tar.gz
Project files updated.
-rw-r--r--README.md3
-rw-r--r--create-patch.sh4
2 files changed, 3 insertions, 4 deletions
diff --git a/README.md b/README.md
index fa9b3c4eaf44..b565ae3ab8b0 100644
--- a/README.md
+++ b/README.md
@@ -32,6 +32,7 @@ Icons
---
* Some of GTK stock icons on buttons are restored. You can see it in GTK internal dialogs and in some applications.
+* Colorized icons instead of symbolic icons are used in file chooser dialog.
Others
---
@@ -48,11 +49,9 @@ Others
In future
---
-* File chooser: less "gnomish" appearance, like in GTK2.
* File chooser and color chooser: use classic menu instead of popovers as context menus.
* Message dialogs: restore classic appearance like in GTK2.
* Context menus: restore icons in some places.
-* Dialogs: use standard icons instead of symbolic icons in some places.
Credits
---
diff --git a/create-patch.sh b/create-patch.sh
index 428bd8ac0d44..50cd5cfab39a 100644
--- a/create-patch.sh
+++ b/create-patch.sh
@@ -9,7 +9,7 @@
if [[ -d ./org/gtk ]] && [[ -d ./mod/gtk ]] && [[ $1 ]]; then
# Save.
- diff -U 25 -r -Z -B ./org/gtk ./mod/gtk > "$1.patch"
+ diff -U 10 -r -Z -B ./org/gtk ./mod/gtk > "$1.patch"
# Preview.
- reset; diff --color=always -U 25 -r -Z -B ./org/gtk ./mod/gtk
+ reset; diff --color=always -U 10 -r -Z -B ./org/gtk ./mod/gtk
fi