* src/plugins/WriteCD.py: launch nautilus to burn:/// after exporting to a CD

* src/PeopleView.py: rebuild after a filter is applied
* src/DbPrompter: remove ZODB option
* src/RelLib.py: remove ZODB option
* src/gramps.glade: remove ZODB option
* src/gramps_main.py: remove ZODB option


svn: r2307
This commit is contained in:
Don Allingham 2003-11-01 23:20:15 +00:00
parent dd56ad01a7
commit 34171c6173
2 changed files with 2 additions and 0 deletions

View File

@ -1294,6 +1294,7 @@
<child>
<widget class="GtkCheckButton" id="invert">
<property name="border_width">6</property>
<property name="visible">True</property>
<property name="tooltip" translatable="yes">Show people that do not match the filtering rule</property>
<property name="can_focus">True</property>

View File

@ -258,6 +258,7 @@ class PackageWriter:
gfile = WriteXML.XmlWriter(self.db,None,1)
gfile.write_handle(g)
g.close()
os.system("nautilus --no-desktop burn:///")
#-------------------------------------------------------------------------
#