[aseprite] 151/308: Add the correct recent filename after saving a sequence of files
Tobias Hansen
thansen at moszumanska.debian.org
Tue Mar 8 02:45:04 UTC 2016
This is an automated email from the git hooks/post-receive script.
thansen pushed a commit to branch master
in repository aseprite.
commit 07c3853bab5cab7ff62c68fec9c2ac4c8811e34e
Author: David Capello <davidcapello at gmail.com>
Date: Tue Dec 22 18:07:06 2015 -0300
Add the correct recent filename after saving a sequence of files
---
src/app/file/file.cpp | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/app/file/file.cpp b/src/app/file/file.cpp
index 68131a4..b1d7421 100644
--- a/src/app/file/file.cpp
+++ b/src/app/file/file.cpp
@@ -648,7 +648,9 @@ void FileOp::operate(IFileOpProgress* progress)
m_seq.progress_offset += m_seq.progress_fraction;
}
+
m_filename = *m_seq.filename_list.begin();
+ m_document->setFilename(m_filename);
// Destroy the image
m_seq.image.reset(NULL);
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/aseprite.git
More information about the Pkg-games-commits
mailing list