diff --git a/ChangeLog b/ChangeLog index 4374d3fbd..7b68424da 100644 --- a/ChangeLog +++ b/ChangeLog @@ -6,6 +6,9 @@ 2007-10-12 Don Allingham <don@gramps-project.org> * src/gen/lib/note.py (Note.get): fix typo +2007-10-12 Benny Malengier <benny.malengier@gramps-project.org> + * src/gramps_main.py: don't create filters dir, not needed + 2007-10-12 Benny Malengier <benny.malengier@gramps-project.org> * src/Filters/Rules/Event/_MatchesSourceFilter.py: new filter * src/Filters/Rules/Event/__init__.py: load new filter diff --git a/src/gramps_main.py b/src/gramps_main.py index 0792764c8..da316dc05 100644 --- a/src/gramps_main.py +++ b/src/gramps_main.py @@ -184,11 +184,10 @@ def register_stock_icons (): def build_user_paths(): - user_paths = [const.HOME_DIR, - os.path.join(const.HOME_DIR, "filters"), - os.path.join(const.HOME_DIR, "plugins"), - os.path.join(const.HOME_DIR, "docgen"), - os.path.join(const.HOME_DIR, "templates"), + user_paths = [const.HOME_DIR, + os.path.join(const.HOME_DIR, "plugins"), + os.path.join(const.HOME_DIR, "docgen"), + os.path.join(const.HOME_DIR, "templates"), os.path.join(const.HOME_DIR, "thumb")] for path in user_paths: