* src/AddMedia.py: use new find_mime_type_pixbuf instead of
find_icon * src/ImageSelect.py: remove internal media widgets, use new find_mime_type_pixbuf instead of find_icon * src/ImgManip.py: catch pixbuf_new_from_file exception * src/MediaView.py: use new find_mime_type_pixbuf instead of find_icon * src/SelectObject.py: use new find_mime_type_pixbuf instead of find_icon * various: replace the deprecated gtk.TRUE/gtk.FALSE with True/False svn: r4085
This commit is contained in:
ChangeLog
src
AddMedia.pyAddSpouse.pyAddrEdit.pyAttrEdit.pyBookmarks.pyChooseParents.pyDbPrompter.pyEditPerson.pyEditPlace.pyEditSource.pyEventEdit.pyExporter.pyFamilyView.pyImageSelect.pyImgManip.pyListModel.pyMarriage.pyMediaView.pyNameEdit.pyNoteEdit.pyPedView.pyPeopleView.pyPlaceView.pyPlugins.pyQuestionDialog.pyReport.pySelectChild.pySelectObject.pySelectPerson.pySourceView.pySources.pyStartupDialog.pyStyleEditor.pyUtils.pyWitness.pygramps_main.py
plugins
@ -85,8 +85,8 @@ class DesBrowse:
|
||||
self.tree.append_column(col)
|
||||
self.model = gtk.TreeStore(gobject.TYPE_STRING,gobject.TYPE_PYOBJECT)
|
||||
self.tree.set_model(self.model)
|
||||
self.tree.set_rules_hint(gtk.TRUE)
|
||||
self.tree.set_headers_visible(gtk.FALSE)
|
||||
self.tree.set_rules_hint(True)
|
||||
self.tree.set_headers_visible(False)
|
||||
|
||||
self.add_to_tree(None,None,self.active.get_handle())
|
||||
self.tree.expand_all()
|
||||
|
Reference in New Issue
Block a user