GNOME Bugzilla – Bug 790814
search-toolbar: Simplify handling search
Last modified: 2017-12-01 11:04:22 UTC
.
Created attachment 364381 [details] [review] search-toolbar: Simplify handling search Search was handled by connecting to "inserted-text" and "deleted-text" signals of the associated GtkEntryBuffer of the search entry. Instead, hook to change in "text" property of the GtkEntry. Also, remove the GtkEntryBuffer variable as we no longer use that.
*** Bug 790813 has been marked as a duplicate of this bug. ***
Review of attachment 364381 [details] [review]: Pushed to master. Nice work! Thanks.