Merge lp:~fabiozaramella/scratch/fix-1337291 into lp:~elementary-apps/scratch/scratch
Proposed by
Fabio Zaramella
Status: | Merged | ||||
---|---|---|---|---|---|
Approved by: | Cody Garver | ||||
Approved revision: | 1358 | ||||
Merged at revision: | 1388 | ||||
Proposed branch: | lp:~fabiozaramella/scratch/fix-1337291 | ||||
Merge into: | lp:~elementary-apps/scratch/scratch | ||||
Diff against target: |
73 lines (+12/-8) 2 files modified
src/Services/TemplateManager.vala (+6/-4) src/Widgets/SearchManager.vala (+6/-4) |
||||
To merge this branch: | bzr merge lp:~fabiozaramella/scratch/fix-1337291 | ||||
Related bugs: |
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Robert Roth (community) | Approve | ||
Cody Garver | Pending | ||
Review via email:
|
This proposal supersedes a proposal from 2014-08-15.
Commit message
* Replace deprecated Granite.LightWindow with Gtk.Dialog in TemplateManager
* Replace deprecated Granite.SearchBar with Gtk.SearchEntry in SearchManager
To post a comment you must log in.
Doesn't window.title = label; need to be window.title = _(label); so that the translation carries?