Merge lp:~elementary-apps/noise/Gtk.SearchEntry into lp:~elementary-apps/noise/trunk
Proposed by
Sergey "Shnatsel" Davidoff
Status: | Merged | ||||
---|---|---|---|---|---|
Approved by: | Sergey "Shnatsel" Davidoff | ||||
Approved revision: | 1626 | ||||
Merged at revision: | 1627 | ||||
Proposed branch: | lp:~elementary-apps/noise/Gtk.SearchEntry | ||||
Merge into: | lp:~elementary-apps/noise/trunk | ||||
Diff against target: |
37 lines (+4/-6) 1 file modified
src/LibraryWindow.vala (+4/-6) |
||||
To merge this branch: | bzr merge lp:~elementary-apps/noise/Gtk.SearchEntry | ||||
Related bugs: |
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Robert Roth (community) | Approve | ||
Review via email: mp+225408@code.launchpad.net |
Commit message
Migrate from deprecated Granite.SearchBar to Gtk.SearchEntry (bug #1337291).
This introduces no change in functionality aside of search timeout bump from 80ms to 150ms.
Description of the change
Migrate from deprecated Granite.SearchBar to Gtk.SearchEntry.
This introduces no change in functionality aside of a welcome bump from 80ms to 150ms search timeout.
To post a comment you must log in.
Can't see the bump from 80ms to 150ms (only the removal of 80ms), is the 150ms a builting value in Gtk.SearchEntry?