7390: Gallery tab of Source view does not display .ods files
This commit is contained in:
parent
2534368419
commit
93882fa9cb
@ -87,7 +87,9 @@ class Gallery(Gramplet):
|
||||
media_handle = media_ref.get_reference_handle()
|
||||
media = self.dbstate.db.get_object_from_handle(media_handle)
|
||||
mime_type = media.get_mime_type()
|
||||
if mime_type and mime_type.startswith("image"):
|
||||
#bug 7390 : tab is not highlighted if there are only media
|
||||
# like pdf, open document, ...
|
||||
if mime_type:
|
||||
return True
|
||||
return False
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user