Moved plugins to ~/.gramps/gramps32/plugins and ini to ~/.gramps/gramps32/

svn: r14110
This commit is contained in:
Doug Blank
2010-01-24 12:18:30 +00:00
parent 2e9a4c27d0
commit 4fd46fe669
3 changed files with 48 additions and 23 deletions

View File

@ -48,7 +48,7 @@ from gen.utils import ConfigManager
# Constants
#
#---------------------------------------------------------------
INIFILE = os.path.join(const.HOME_DIR, "gramps32.ini")
INIFILE = os.path.join(const.VERSION_DIR, "gramps.ini")
#---------------------------------------------------------------
#
@ -120,7 +120,7 @@ def emit(key):
#
#---------------------------------------------------------------
CONFIGMAN = ConfigManager(INIFILE)
CONFIGMAN = ConfigManager(INIFILE, "plugins")
register('behavior.addmedia-image-dir', '')
register('behavior.addmedia-relative-path', False)