Skip to content

Commit

Permalink
Don't forget to remove onemore temporary file
Browse files Browse the repository at this point in the history
  • Loading branch information
morevnaproject committed Mar 15, 2013
1 parent 2c652f2 commit f03e167
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion synfig-studio/src/gui/instance.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ studio::Instance::run_plugin(std::string plugin_path)

App::open_as(tmp_filename,filename);
remove( tmp_filename.c_str() );

remove( tmp_filename_orig.c_str() );

etl::handle<Instance> new_instance = App::instance_list.back();
new_instance->inc_action_count(); // This file isn't saved! mark it as such
Expand Down

0 comments on commit f03e167

Please sign in to comment.