remove trunk references for addons
This commit is contained in:
parent
bfd7d804f2
commit
f7c4cddcc8
@ -50,7 +50,7 @@ copyright = u'2012, Gramps project'
|
||||
# The short X.Y version.
|
||||
version = '4.1'
|
||||
# The full version, including alpha/beta/rc tags.
|
||||
release = 'trunk'
|
||||
release = '4.1.0'
|
||||
|
||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||
# for a list of supported languages.
|
||||
|
@ -150,7 +150,7 @@ register('behavior.surname-guessing', 0)
|
||||
register('behavior.use-tips', False)
|
||||
register('behavior.welcome', 100)
|
||||
register('behavior.web-search-url', 'http://google.com/#&q=%(text)s')
|
||||
register('behavior.addons-url', "http://svn.code.sf.net/p/gramps-addons/code/trunk/")
|
||||
register('behavior.addons-url', "http://svn.code.sf.net/p/gramps-addons/code/branches/gramps41/")
|
||||
|
||||
register('export.proxy-order', [
|
||||
["privacy", 0],
|
||||
|
@ -742,7 +742,7 @@ INSERT INTO "grampsdb_config" VALUES(76,'behavior.pop-plugin-status',NULL,'bool'
|
||||
INSERT INTO "grampsdb_config" VALUES(77,'behavior.do-not-show-previously-seen-updates',NULL,'bool','True');
|
||||
INSERT INTO "grampsdb_config" VALUES(78,'behavior.check-for-updates',NULL,'int','0');
|
||||
INSERT INTO "grampsdb_config" VALUES(79,'behavior.recent-export-type',NULL,'int','1');
|
||||
INSERT INTO "grampsdb_config" VALUES(80,'behavior.addons-url',NULL,'str','http://svn.code.sf.net/p/gramps-addons/code/trunk/');
|
||||
INSERT INTO "grampsdb_config" VALUES(80,'behavior.addons-url',NULL,'str','http://svn.code.sf.net/p/gramps-addons/code/branches/gramps41/');
|
||||
INSERT INTO "grampsdb_config" VALUES(81,'behavior.addmedia-image-dir',NULL,'str','');
|
||||
INSERT INTO "grampsdb_config" VALUES(82,'behavior.date-about-range',NULL,'int','50');
|
||||
INSERT INTO "grampsdb_config" VALUES(83,'behavior.date-after-range',NULL,'int','50');
|
||||
|
Loading…
Reference in New Issue
Block a user