Merge lp://staging/~fabiozaramella/screenshot-tool/minor-fixes into lp://staging/~elementary-apps/screenshot-tool/trunk
Proposed by
Fabio Zaramella
Status: | Merged |
---|---|
Approved by: | Danielle Foré |
Approved revision: | 302 |
Merged at revision: | 299 |
Proposed branch: | lp://staging/~fabiozaramella/screenshot-tool/minor-fixes |
Merge into: | lp://staging/~elementary-apps/screenshot-tool/trunk |
Diff against target: |
59 lines (+14/-2) 2 files modified
src/Screenshot.vala (+2/-1) src/ScreenshotWindow.vala (+12/-1) |
To merge this branch: | bzr merge lp://staging/~fabiozaramella/screenshot-tool/minor-fixes |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Fabio Zaramella (community) | Needs Resubmitting | ||
Danielle Foré | Needs Fixing | ||
Adam Bieńkowski (community) | code | Needs Information | |
Review via email: mp+317555@code.staging.launchpad.net |
Commit message
* Hide main window behind save dialog when app is launched from command
* Show main window after window not found error
Description of the change
Hides main window behind save dialog when app is launched from command
To post a comment you must log in.
Hm, is there a reason for the change on diff line 9? The condition now seems wrong for me.