Code review comment for lp:~stolowski/unity-scope-home/cancellables

Revision history for this message
Michal Hruby (mhr3) wrote :

34 + GLib.Timeout.add (int.max (20, 100/(scope_search.search_string.length + 1)), ()=> { return false; });

You need to yield for this to actually do something :)

review: Needs Fixing

« Back to merge proposal