[Libreoffice-commits] core.git: android/experimental
Tor Lillqvist
tml at iki.fi
Thu May 2 05:27:29 PDT 2013
android/experimental/desktop/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 7d528592ac756f5495b2fb300f4302cce89ca017
Author: Tor Lillqvist <tml at iki.fi>
Date: Thu May 2 15:23:44 2013 +0300
android: Keep the images_tango.zip name as is
Not sure why I used to store it as images.zip. Probably just a mistake. The
code uses the images_tango.name.zip when trying to open it.
Sure, no toolbar with images is displayed currently anyway, so having this
file in the .apk is pointless, but there has been talk of reverting the
disabling of toolbars, sigh.
Change-Id: I12dfd3abe8f329d660b518f6b37904aa00423bc2
diff --git a/android/experimental/desktop/Makefile b/android/experimental/desktop/Makefile
index 4993776..4d4fe6d 100644
--- a/android/experimental/desktop/Makefile
+++ b/android/experimental/desktop/Makefile
@@ -114,7 +114,7 @@ copy-stuff:
# ------------ Pieces not from DocumentLoader ------------
# tango artwork / icons
mkdir -p assets/share/config
- cp -R $(OUTDIR)/bin/images_tango.zip assets/share/config/images.zip
+ cp -R $(OUTDIR)/bin/images_tango.zip assets/share/config
# shell / splash images
mkdir -p assets/program
cp -r $(SRC_ROOT)/icon-themes/galaxy/brand/* assets/program
More information about the Libreoffice-commits
mailing list