After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 740000 - Use GtkSearchEntry::search-changed to batch searches
Use GtkSearchEntry::search-changed to batch searches
Status: RESOLVED FIXED
Product: nautilus
Classification: Core
Component: File Search Interface
unspecified
Other All
: Normal normal
: ---
Assigned To: Nautilus Maintainers
Nautilus Maintainers
Depends on:
Blocks:
 
 
Reported: 2014-11-12 10:21 UTC by Debarshi Ray
Modified: 2014-11-13 19:04 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
query-editor: Use GtkSearchEntry::search-changed to batch searches (2.69 KB, patch)
2014-11-12 10:23 UTC, Debarshi Ray
committed Details | Review

Description Debarshi Ray 2014-11-12 10:21:14 UTC
GtkSearchEntry had grown a mechanism to batch searches in 3.10. Let's just use that instead of our own.
Comment 1 Debarshi Ray 2014-11-12 10:23:45 UTC
Created attachment 290484 [details] [review]
query-editor: Use GtkSearchEntry::search-changed to batch searches
Comment 2 Carlos Soriano 2014-11-13 18:40:51 UTC
Review of attachment 290484 [details] [review]:

LGTM
Comment 3 Debarshi Ray 2014-11-13 19:04:18 UTC
Comment on attachment 290484 [details] [review]
query-editor: Use GtkSearchEntry::search-changed to batch searches

Thanks for the review, Carlos!