* src/gramps_main.py: don't create filters dir, not needed
2007-10-12 Benny Malengier <benny.malengier@gramps-project.org> svn: r9165
This commit is contained in:
parent
563298e7c8
commit
6f39d28313
@ -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
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user