Scratch tries to save blank file after entry and deletion
Bug #1355040 reported by
UserError
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Scratch |
Fix Released
|
Medium
|
Artem Anufrij |
Bug Description
Click new. Type anything. Delete the text. Click the tab's X. It will ask if you want to save.
Related branches
lp://staging/~artem-anufrij/scratch/dont-force-to-save-unsaved
- Robert Roth (community): Approve (code review)
- Danielle Foré: Approve (ux)
-
Diff: 746 lines (+236/-186)7 files modifiedHACKING (+1/-1)
src/Dialogs/PreferencesDialog.vala (+1/-5)
src/MainWindow.vala (+53/-6)
src/Scratch.vala (+16/-2)
src/Services/Document.vala (+145/-161)
src/Widgets/DocumentView.vala (+13/-3)
src/Widgets/ToolBar.vala (+7/-8)
Changed in scratch: | |
status: | New → Confirmed |
Changed in scratch: | |
milestone: | none → freya-beta2 |
Changed in scratch: | |
status: | Fix Committed → Fix Released |
Changed in scratch: | |
importance: | Undecided → Medium |
milestone: | freya-beta2 → 2.1 |
To post a comment you must log in.
It was fixed with following blueprint: /code.launchpad .net/~artem- anufrij/ scratch/ dont-force- to-save- unsaved
https:/