From 0a0c346c343cc3e28e6ec6d305acbd723a82d1b6 Mon Sep 17 00:00:00 2001 From: Alex Roitman Date: Tue, 12 Sep 2006 20:51:47 +0000 Subject: [PATCH] 2006-09-12 Alex Roitman * src/const.py.in (app_gramps): Revert to using a string. svn: r7317 --- gramps2/ChangeLog | 3 +++ gramps2/src/const.py.in | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/gramps2/ChangeLog b/gramps2/ChangeLog index 1cd90fe14..45502ca8a 100644 --- a/gramps2/ChangeLog +++ b/gramps2/ChangeLog @@ -1,3 +1,6 @@ +2006-09-12 Alex Roitman + * src/const.py.in (app_gramps): Revert to using a string. + 2006-09-11 Don Allingham * src/GrampsDb/_ReadXML.py: use os.path.isabs * src/GrampsDb/_ReadXML.py: don't assume that os.path.sep is the diff --git a/gramps2/src/const.py.in b/gramps2/src/const.py.in index 4ef789628..dbf5352cb 100644 --- a/gramps2/src/const.py.in +++ b/gramps2/src/const.py.in @@ -44,7 +44,7 @@ url_bugtracker = "http://bugs.gramps-project.org/bug_report_advanced_page.php" # Mime Types # #------------------------------------------------------------------------- -app_gramps = ("application/x-gramps", "x-extension-grdb") +app_gramps = "application/x-gramps" app_gramps_xml = "application/x-gramps-xml" app_gedcom = "application/x-gedcom" app_gramps_package = "application/x-gramps-package"