Improvements to media view and parent selection

svn: r1151
This commit is contained in:
Don Allingham
2002-10-27 03:43:12 +00:00
parent 0753b631a6
commit 0f3501ae86
5 changed files with 104 additions and 26 deletions

View File

@@ -122,6 +122,9 @@ class MediaView:
fexists = 1
store,iter = self.selection.get_selected()
if not iter:
return
id = store.get_value(iter,1)
mobj = self.db.findObjectNoMap(id)