~raoul-snyman/openlp/fix-translations-2.4

« back to all changes in this revision

Viewing changes to openlp/core/ui/mediadockmanager.py

  • Committer: Tim Bentley
  • Author(s): raoul at snyman
  • Date: 2016-12-18 13:53:03 UTC
  • mfrom: (2659.2.7 mac-niggles-2.4)
  • Revision ID: tim.bentley@gmail.com-20161218135303-yjl56q6qs9cwzge0
Fix bug #1645867 by setting an application attribute related to OpenGL
Set the width of the Theme wizard so that it doesn't resize by itself
Hide the splash screen when the backup dialog shows and when the exception form shows
Add icons back into the media library tabs

Add this to your merge proposal:
--------------------------------
lp:~raoul-snyman/openlp/mac-niggles-2.4 (revision 2666)
[SUCCESS] https://ci.openlp.io/job/Branch-01-Pull/1875/
[SUCCESS] https://ci.openlp.io/job/Branch-02-Fun...

Show diffs side-by-side

added added

removed removed

Lines of Context:
54
54
                match = True
55
55
                break
56
56
        if not match:
57
 
            self.media_dock.addItem(media_item, visible_title['title'])
 
57
            self.media_dock.addItem(media_item, media_item.plugin.icon, visible_title['title'])
58
58
 
59
59
    def remove_dock(self, media_item):
60
60
        """