Skip to content
Snippets Groups Projects
Commit 59b3b094 authored by Michael DM Dryden's avatar Michael DM Dryden
Browse files

Cancel button works in save dialog. Fixes #14.

parent 9fbad808
Branches
Tags
No related merge requests found
......@@ -31,6 +31,8 @@ def manSave(current_exp):
text(exp, path)
fcd.destroy()
elif response == gtk.RESPONSE_CANCEL:
fcd.destroy()
def autoSave(current_exp, dir_button, name, expnumber):
if name == "":
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment