rimmed pushed a commit to branch master.

http://git.enlightenment.org/tools/eflete.git/commit/?id=2e51d3bbb3273c6de7568c5083838b06ff7ba869

commit 2e51d3bbb3273c6de7568c5083838b06ff7ba869
Author: Andrii Kroitor <an.kroi...@samsung.com>
Date:   Fri Feb 12 11:44:59 2016 +0200

    project_navigator: fix group name regex
---
 src/bin/common/string_common.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/common/string_common.h b/src/bin/common/string_common.h
index 3c471de..cf36f70 100644
--- a/src/bin/common/string_common.h
+++ b/src/bin/common/string_common.h
@@ -31,7 +31,7 @@
    free(arr); \
 }
 
-#define LAYOUT_NAME_REGEX "^[^\\/]?[a-zA-Z0-9_\\.\\/]+[^\\/]?$"
+#define LAYOUT_NAME_REGEX "^[a-zA-Z0-9_\\.\\/]+$"
 #define NAME_REGEX "^[a-zA-Z0-9_]+$"
 #define STATE_VALUE_REGEX "^((0?(\\.[0-9]+)?|1(\\.0+)?))?$"
 #define PART_NAME_REGEX "^[a-zA-Z0-9_\\.]+$"

-- 


Reply via email to