From 8a184c358fd962049d39733bedf536458a0e3018 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Rapinat?= Date: Tue, 28 Oct 2008 10:24:58 +0000 Subject: [PATCH] 2465: More rules according to User Interface Object tabs svn: r11210 --- src/Filters/Rules/Event/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Filters/Rules/Event/__init__.py b/src/Filters/Rules/Event/__init__.py index b232f87e0..9dba9118d 100644 --- a/src/Filters/Rules/Event/__init__.py +++ b/src/Filters/Rules/Event/__init__.py @@ -47,7 +47,7 @@ editor_rule_list = [ AllEvents, HasType, HasIdOf, - HasGallery + HasGallery, # TODO: At the time of this writing, the GRAMPS UI does not allow setting markers for events. 1197 bug-report # HasMarkerOf, RegExpIdOf,