From 143287738ad9415b910240563de71cc7dbd6f2da 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 e3b13f7e93c..f370e1521e4 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 2b7c5ae0184..17b2ccd9bf9 100644 --- a/apps/gallery/appinfo/version +++ b/apps/gallery/appinfo/version @@ -1 +1 @@ -0.4.2 +0.4.3 -- 2.39.5