summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2017-10-05 22:25:42 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2017-10-05 22:25:42 -0700
commit49101b9f04a5654e1bae98f0972ddb9a1196eef2 (patch)
treec08500fcc6bb4d262af87411fc619eb78010b23a /scripts
parentdeff17fa36d991b3447a5fde631b10887036e965 (diff)
downloadsubsurface-49101b9f04a5654e1bae98f0972ddb9a1196eef2.tar.gz
QML UIL: go back to older Kirigami
This brings back correct theming. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/mobilecomponents.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mobilecomponents.sh b/scripts/mobilecomponents.sh
index 04f2a2c6b..9c2167e11 100755
--- a/scripts/mobilecomponents.sh
+++ b/scripts/mobilecomponents.sh
@@ -33,7 +33,7 @@ if [ "$NOPULL" = "" ] ; then
git checkout master
git pull origin master
# if we want to pin a specific Kirigami version, we can do this here
- # git checkout v2.2.0
+ git checkout 23ca2077027b214189ba72ca8dab1590a163c955
popd
fi
if [ ! -d breeze-icons ] ; then