Skip to content

Commit

Permalink
Merge pull request metabrainz#424 from Jeroonk/master
Browse files Browse the repository at this point in the history
PICARD-754: fix sorting in filebrowser
  • Loading branch information
zas committed Sep 12, 2015
2 parents 86320f0 + 2b07cc9 commit df71875
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion picard/ui/filebrowser.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def __init__(self, parent):
def _set_model(self):
self.model = QtGui.QFileSystemModel()
self.model.layoutChanged.connect(self._layout_changed)
self.model.setRootPath(QtCore.QDir.rootPath())
self.model.setRootPath("")
self._set_model_filter()
filters = []
for exts, name in supported_formats():
Expand Down

0 comments on commit df71875

Please sign in to comment.