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)
commitf640a7a5eddf0f46a2d1fa366fe6173d600a503e
tree471c70addcb2db6d8819ba259f6196608c555b52
parentb2335bb939212a413caac77d0ef02bdebb4d7ece
Pull the search UI construction code out into a distinct function.

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.
src/pan-view/pan-types.h
src/pan-view/pan-view-search.c
src/pan-view/pan-view-search.h
src/pan-view/pan-view.c