* src/MediaView.py (on_select_row): Add garbage collection call.
svn: r4088
This commit is contained in:
parent
740c22832c
commit
f0317a95be
@ -1,3 +1,6 @@
|
|||||||
|
2005-02-24 Alex Roitman <shura@alex.neuro.umn.edu>
|
||||||
|
* src/MediaView.py (on_select_row): Add garbage collection call.
|
||||||
|
|
||||||
2005-02-23 Don Allingham <dallingham@users.sourceforge.net>
|
2005-02-23 Don Allingham <dallingham@users.sourceforge.net>
|
||||||
* src/AddMedia.py: use new find_mime_type_pixbuf instead of
|
* src/AddMedia.py: use new find_mime_type_pixbuf instead of
|
||||||
find_icon
|
find_icon
|
||||||
|
@ -27,6 +27,7 @@
|
|||||||
#-------------------------------------------------------------------------
|
#-------------------------------------------------------------------------
|
||||||
import string
|
import string
|
||||||
import os
|
import os
|
||||||
|
import gc
|
||||||
|
|
||||||
#-------------------------------------------------------------------------
|
#-------------------------------------------------------------------------
|
||||||
#
|
#
|
||||||
@ -193,6 +194,7 @@ class MediaView:
|
|||||||
icon_image = Utils.find_mime_type_pixbuf('text/plain')
|
icon_image = Utils.find_mime_type_pixbuf('text/plain')
|
||||||
self.preview.set_from_pixbuf(icon_image)
|
self.preview.set_from_pixbuf(icon_image)
|
||||||
type_name = _('Note')
|
type_name = _('Note')
|
||||||
|
gc.collect()
|
||||||
|
|
||||||
self.mid.set_text(mobj.get_gramps_id())
|
self.mid.set_text(mobj.get_gramps_id())
|
||||||
self.mtype.set_text(type_name)
|
self.mtype.set_text(type_name)
|
||||||
|
Loading…
Reference in New Issue
Block a user