* src/gramps.glade: Typos.

* src/ImageSelect.py: Correctly update property editors on OK
and Cancel.
* src/EventEdit.py: Typo.
* src/Sources.py: Set change flag on deletion of the source reference.
* src/RelLib.py: Add media list into serialization and restore.


svn: r3206
This commit is contained in:
Alex Roitman
2004-06-13 06:18:20 +00:00
parent 02a0fc3072
commit a6bf7bd5a1
5 changed files with 22 additions and 9 deletions

View File

@@ -276,6 +276,7 @@ class SourceTab:
if iter:
path = store.get_path(iter)
del self.list[path[0]]
self.parent.lists_changed = 1
self.redraw()
#-------------------------------------------------------------------------