Skip to content

Commit

Permalink
fixed name dialog not closing
Browse files Browse the repository at this point in the history
  • Loading branch information
GabMus committed Aug 29, 2016
1 parent fd9ffda commit 7715f32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ def on_saveProfileDialogOk_clicked(self, button):
#presetExistsInfobar.show()
else:
#presetExistsInfobar.hide()
#saveProfileDialog.hide()
saveProfileDialog.hide()
refreshProfiles()

def on_presetExistsInfobar_close(self, *args):
Expand Down

0 comments on commit 7715f32

Please sign in to comment.