diff --git a/src/const.py.in b/src/const.py.in index a03ce76f6..eebe3d68c 100644 --- a/src/const.py.in +++ b/src/const.py.in @@ -116,7 +116,7 @@ USER_PLUGINS = os.path.join(HOME_DIR, "plugins") USER_TEMPLATES = os.path.join(HOME_DIR, "templates") # dirs checked/made for each Gramps session USER_DIRLIST = (HOME_DIR, ENV_DIR, TEMP_DIR, THUMB_DIR, - USER_DOCGEN, USER_PLUGINS, USER_TEMPLATES) + USER_PLUGINS, USER_TEMPLATES) ICON = os.path.join(ROOT_DIR, "images", "gramps.png") LOGO = os.path.join(ROOT_DIR, "images", "logo.png")