Skip to content

Commit

Permalink
Merge pull request #2945 from dpitch40/master
Browse files Browse the repository at this point in the history
Made the ordering of the album list and cover grid browsers deterministic
  • Loading branch information
frestr committed Aug 23, 2018
2 parents 7591b83 + 131d1b9 commit 0b50faf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion quodlibet/quodlibet/browsers/collection/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ class CollectionBrowser(Browser, util.InstanceTracker):
name = _("Album Collection")
accelerated_name = _("Album _Collection")
keys = ["AlbumCollection", "CollectionBrowser"]
priority = 5
priority = 6

__model = None

Expand Down
2 changes: 1 addition & 1 deletion quodlibet/quodlibet/browsers/covergrid/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ class CoverGrid(Browser, util.InstanceTracker, VisibleUpdate,
name = _("Cover Grid")
accelerated_name = _("_Cover Grid")
keys = ["CoverGrid"]
priority = 4
priority = 5

def pack(self, songpane):
container = self.songcontainer
Expand Down

0 comments on commit 0b50faf

Please sign in to comment.