Skip to content

Bug fixed in issue #92

SLakhani1 requested to merge SLakhani1/gnome-music:my_work into master

searchbar.py : Changed index in tag_.manager.values[1] to [2]

Issue #92 (closed)

In the search entry, When 'All' is selected from sources, it can't be removed by clicking the close button in the 'All' tag. It should be allowed, which shall search 'Local' only.

On clicking close button of any source _tag_button_clicked() is triggered which as output activates the All tag as intag_.manager.valu es[1][BaseModelColumns.ID] index is [1] which corresponds to "ALL", so changing index to [2] which activates local tag on clicking close button.

https://bugzilla.gnome.org/show_bug.cgi?id=776681

Merge request reports