2563: Add signals for all objects when active object changes

svn: r13960
This commit is contained in:
Nick Hall
2010-01-02 23:01:43 +00:00
parent e39b3b68ea
commit 6ae29de4f0
3 changed files with 146 additions and 32 deletions

View File

@ -336,7 +336,6 @@ class MediaView(ListView):
pix = ThumbNails.get_thumbnail_image(
Utils.media_path_full(self.dbstate.db, obj.get_path()))
self.image.set_from_pixbuf(pix)
self.dbstate.emit('media-changed', (handle, ))
def ui_definition(self):
"""