Search: watch for changes to enabled as well
When introducing support for "default disabled" search providers this part was overlooked, so enabling a default disabled provider would be ignored until the next login. https://bugzilla.gnome.org/show_bug.cgi?id=746509
This commit is contained in:
parent
71daa39349
commit
0241ec7f13
@ -411,6 +411,7 @@ const SearchResults = new Lang.Class({
|
||||
|
||||
this._searchSettings = new Gio.Settings({ schema_id: SEARCH_PROVIDERS_SCHEMA });
|
||||
this._searchSettings.connect('changed::disabled', Lang.bind(this, this._reloadRemoteProviders));
|
||||
this._searchSettings.connect('changed::enabled', Lang.bind(this, this._reloadRemoteProviders));
|
||||
this._searchSettings.connect('changed::disable-external', Lang.bind(this, this._reloadRemoteProviders));
|
||||
this._searchSettings.connect('changed::sort-order', Lang.bind(this, this._reloadRemoteProviders));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user