Pull the search UI construction code out into a distinct function.
authorOmari Stephens <xsdg@google.com>
Sat, 24 Dec 2016 22:37:21 +0000 (22:37 +0000)
committerOmari Stephens <xsdg@google.com>
Mon, 3 Jul 2017 21:19:25 +0000 (21:19 +0000)
Also, it looks like the existing code would just leak the search UI widgets.
Having the construction code in a distinct function makes it much easier to
ensure the appropriate cleanup happens as well.


No differences found