search: Fix visibility of "more" icon
Since commit 19749bb37f
, the icon is always visible - ooops.
This commit is contained in:
parent
3e20843d9c
commit
d0fe1211f2
@ -434,7 +434,7 @@ const ListSearchResults = new Lang.Class({
|
||||
},
|
||||
|
||||
_setMoreIconVisible: function(visible) {
|
||||
this.providerIcon.moreIcon.visible = true;
|
||||
this.providerIcon.moreIcon.visible = visible;
|
||||
},
|
||||
|
||||
_getMaxDisplayedResults: function() {
|
||||
|
Loading…
Reference in New Issue
Block a user