Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix wrong file deleted after partial selection #76

Merged
merged 1 commit into from
Apr 19, 2018

Conversation

Gravemind
Copy link
Contributor

It seems it was deleting the file before the partial selection (instead of the last one, the partial selection), because last_filename was saved before filename was actually ready (so was
actually saving the filename before the last one).

Fixes #75.

It was deleting the file before the partial selection because
`last_filename` was saved before filename was actually ready (so was
actually saving the one before the last).

Fixes cdown#75.
@cdown
Copy link
Owner

cdown commented Apr 19, 2018

Oh jeez. Thanks. This is probably another part of #73 as well.

@cdown cdown merged commit 95cf774 into cdown:develop Apr 19, 2018
@cdown cdown mentioned this pull request Apr 19, 2018
@Gravemind Gravemind deleted the fix_after_partial branch November 12, 2018 10:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants