GNOME Bugzilla – Bug 740000
Use GtkSearchEntry::search-changed to batch searches
Last modified: 2014-11-13 19:04:33 UTC
GtkSearchEntry had grown a mechanism to batch searches in 3.10. Let's just use that instead of our own.
Created attachment 290484 [details] [review] query-editor: Use GtkSearchEntry::search-changed to batch searches
Review of attachment 290484 [details] [review]: LGTM
Comment on attachment 290484 [details] [review] query-editor: Use GtkSearchEntry::search-changed to batch searches Thanks for the review, Carlos!