Skip to content

Commit

Permalink
Merge pull request #50 from t00m/0.0.30-fix
Browse files Browse the repository at this point in the history
0.0.30 fix
  • Loading branch information
t00m authored May 30, 2024
2 parents 3f5d82b + c773642 commit 9d2223b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 67 deletions.
2 changes: 1 addition & 1 deletion MiAZ/frontend/desktop/widgets/rename.py
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ def on_answer_question_rename(self, dialog, response):
target = os.path.join(self.repository.docs, btarget)
self.util.filename_rename(source, target)
dialog.destroy()
self.app.show_stack_page_by_name('workspace')
self.actions.show_stack_page_by_name('workspace')
else:
dialog.destroy()

Expand Down
10 changes: 0 additions & 10 deletions data/resources/plugins/menurepo.plugin

This file was deleted.

56 changes: 0 additions & 56 deletions data/resources/plugins/menurepo.py

This file was deleted.

0 comments on commit 9d2223b

Please sign in to comment.