From 3db5fb891cd38736bcb15e859374f0ff81a8c32b Mon Sep 17 00:00:00 2001 From: Robin Appelman Date: Sat, 26 May 2012 21:50:36 +0200 Subject: [PATCH] allow longer paths for gallery --- apps/gallery/appinfo/database.xml | 6 +++--- apps/gallery/appinfo/version | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/gallery/appinfo/database.xml b/apps/gallery/appinfo/database.xml index e3b13f7e93..f370e1521e 100644 --- a/apps/gallery/appinfo/database.xml +++ b/apps/gallery/appinfo/database.xml @@ -31,13 +31,13 @@ album_path text true - 100 + 256 parent_path text true - 100 + 256 @@ -63,7 +63,7 @@ file_path text true - 100 + 256 diff --git a/apps/gallery/appinfo/version b/apps/gallery/appinfo/version index 2b7c5ae018..17b2ccd9bf 100644 --- a/apps/gallery/appinfo/version +++ b/apps/gallery/appinfo/version @@ -1 +1 @@ -0.4.2 +0.4.3