2006-11-25 Don Allingham <don@gramps-project.org>

* src/docgen/ODFDoc.py: don't query mime type for ODT, since some systems
	return only "ODT Document", which is kind of useless. Use OpenDocument Text
	instead.



svn: r7693
This commit is contained in:
Don Allingham
2006-11-25 20:16:55 +00:00
parent 8b53da15c7
commit aad2755abc
3 changed files with 10 additions and 10 deletions

View File

@@ -47,8 +47,6 @@ class TextFormatComboBox(gtk.ComboBox):
continue
name = item[0]
self.store.append(row=[name])
#if callback:
# menuitem.connect("activate",callback)
if item[7] == active:
active_index = index
elif not active and name == out_pref: