Improvements to media view and parent selection
svn: r1151
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user