From 33cd95e61dcb5947e7671a8eb21d67014376495e Mon Sep 17 00:00:00 2001 From: Robert Tari Date: Wed, 16 Jun 2021 22:54:43 +0200 Subject: Skip elipsizing if max characters are 0 - data/org.ayatana.common.gschema.xml.in: Set min value to 0 + update description - src/utils.c: Include hadling max allowed length of 0 - tests/CMakeLists.txt: Compile schema locally for testing - tests/tst_utils.cpp: Include handling max allowed length of 0 - po/ayatana-common.pot: Update translation strings - po/*.po: Update translation strings fixes https://github.com/AyatanaIndicators/libayatana-common/issues/29 --- data/org.ayatana.common.gschema.xml.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'data') diff --git a/data/org.ayatana.common.gschema.xml.in b/data/org.ayatana.common.gschema.xml.in index 30c5e03..d8da3cd 100644 --- a/data/org.ayatana.common.gschema.xml.in +++ b/data/org.ayatana.common.gschema.xml.in @@ -1,10 +1,10 @@ - + 50 <_summary>Maximum menu text length - <_description>The number of characters to show in dynamic menu items before the text is ellipsized. + <_description>The number of characters to show in dynamic menu items before the text is ellipsized. Set to 0 to leave unchanged. -- cgit v1.2.3