Merge lp://staging/~hannahermsen/ubuntu/trusty/ristretto/bug-1284111-2 into lp://staging/ubuntu/trusty/ristretto
Status: | Needs review |
---|---|
Proposed branch: | lp://staging/~hannahermsen/ubuntu/trusty/ristretto/bug-1284111-2 |
Merge into: | lp://staging/ubuntu/trusty/ristretto |
Diff against target: |
44 lines (+12/-0) 2 files modified
debian/changelog (+8/-0) src/main_window.c (+4/-0) |
To merge this branch: | bzr merge lp://staging/~hannahermsen/ubuntu/trusty/ristretto/bug-1284111-2 |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Sebastien Bacher | Needs Information | ||
Review via email: mp+224936@code.staging.launchpad.net |
Description of the change
crysman has 3 feature requests for Ristretto Image Viewer, described here: https:/
I implemented all three of them. This is the second one, setting the default folder of the "File -> Save Copy" to the folder that something was saved to most recently.
The first time the application is opened the default save folder is set to the home folder. After the used saved something to direction x, this direction x will be shown the next time the user tries to save something.
When the user closes the application and relaunches it later on, the first time he/she tries to save the default save folder will be set to the home folder again. So direction x is not remembered.
As I stated before this is my first bug fix so please tell me if I did it correctly.
Unmerged revisions
- 28. By Hanna Hermsen
-
"File -> Save Copy" now remembers the most recently used save folder
(only for the current session, defaults to the home folder when the
application is started). (#LP: 1284111)
Thanks, how is that different from https:/ /code.launchpad .net/~hannaherm sen/ubuntu/ trusty/ ristretto/ bug-1284111- 1/+merge/ 224935? If those are different fixes, maybe you could combine them in one update?