* src/data/gramps.xml: Correct GW magic to not collide with XML.

svn: r4189
This commit is contained in:
Alex Roitman 2005-03-16 06:04:45 +00:00
parent 1c452df605
commit ce483b0966
2 changed files with 3 additions and 3 deletions

View File

@ -11,6 +11,8 @@
* src/DateEdit.py (DateEditorDialog.__init__): Hide window while
drawing.
* src/data/gramps.xml: Correct GW magic to not collide with XML.
2005-03-15 Richard Taylor <rjt-gramps@thegrindstone.me.uk>
* src/Makefile.am : Added TreeTip.py to list of installed modules.
* src/TreeTip.py: New module that implements tooltips on TreeView rows.

View File

@ -30,9 +30,7 @@
<comment xml:lang="en">GeneWeb source file</comment>
<glob pattern="*.gw"/>
<magic priority="80">
<match type="string" value="fam" offset="0:64"/>
<match type="string" value="beg" offset="0:64"/>
<match type="string" value="end" offset="0:64"/>
<match type="string" value="fam " offset="0:64"/>
</magic>
</mime-type>
</mime-info>