see issue 0006464
svn: r21385
This commit is contained in:
@@ -239,6 +239,8 @@ class MetadataView(Gtk.TreeView):
|
|||||||
|
|
||||||
label = tag.label
|
label = tag.label
|
||||||
node = self.__add_section(section)
|
node = self.__add_section(section)
|
||||||
|
if not human_value:
|
||||||
|
human_value = ''
|
||||||
self.model.add((tag.label, human_value), node=node)
|
self.model.add((tag.label, human_value), node=node)
|
||||||
|
|
||||||
self.model.tree.expand_all()
|
self.model.tree.expand_all()
|
||||||
|
Reference in New Issue
Block a user