GNOME Bugzilla – Bug 756330
gnome-music crashes when clicking "back" should go to a search view
Last modified: 2015-11-05 10:01:03 UTC
Steps to reproduce: 1. Open "Albums" view 2. Ctrl-f and search for something 3. click and open an album from the search results 4. click Back button at the top left. Result: gnome-music crashes with this traceback: Traceback (most recent call last):
+ Trace 235564
self._window.views[0].update_title()
self.header_bar.header_bar.set_title(self._escaped_title)
This appears to be caused by this change: https://git.gnome.org/browse/gnome-music/commit/?id=be592822e9f5e628bcd3ffced3a999d3cebcc5a4 which fixed bug 754836 Reverting that change should fix the problem. But I'm missing something, because I can't really figure out what that patch was meant to fix or add.
Created attachment 314865 [details] [review] Fix crashes when coming back from search view https://bugzilla.gnome.org/show_bug.cgi?id=756330 It was necessary to update Toolbar.reset_header_title and Albums._back_button_clicked to avoid a regression with bug 746446.
Review of attachment 314865 [details] [review]: sure.