GNOME Bugzilla – Bug 710622
window: Use new GtkSearchEntry feature
Last modified: 2013-10-22 22:13:38 UTC
.
Created attachment 257833 [details] [review] window: Use new GtkSearchEntry feature Instead of using a timeout ourselves, listen on the search-changed signal, which emits after 300 msecs.
Review of attachment 257833 [details] [review]: Do we also need a GTK+ version bump in configure.ac? Currently we expect at least 3.9.8.
Created attachment 257883 [details] [review] window: Use new GtkSearchEntry feature Instead of using a timeout ourselves, listen on the search-changed signal, which emits after 300 msecs. Bump GTK+ reqs to be the minimum version with the new signal.
Attachment 257883 [details] pushed as d3af685 - window: Use new GtkSearchEntry feature