Skip to content

Commit

Permalink
covers: fix incorrect ui element
Browse files Browse the repository at this point in the history
  • Loading branch information
virtuald committed Apr 28, 2017
1 parent 1c9b223 commit 5a591d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xlgui/cover.py
Original file line number Diff line number Diff line change
Expand Up @@ -1117,7 +1117,7 @@ def do_covers_fetched(self, db_strings):
position = db_strings.index(track_db_string) if track_db_string in db_strings else 0
self.previews_box.select_path(Gtk.TreePath(position))
else:
self.builder.get_object('info_box').hide()
self.builder.get_object('stack').hide()
self.builder.get_object('actions_box').hide()
self.message.show_warning(
_('No covers found.'),
Expand Down

0 comments on commit 5a591d1

Please sign in to comment.