Skip to content

Commit

Permalink
half done on export
Browse files Browse the repository at this point in the history
  • Loading branch information
kushaldas committed Mar 19, 2020
1 parent 17d5d2c commit 4f2fb7a
Show file tree
Hide file tree
Showing 4 changed files with 1,826 additions and 2 deletions.
4 changes: 2 additions & 2 deletions securedrop_client/gui/widgets.py
Original file line number Diff line number Diff line change
Expand Up @@ -2259,8 +2259,8 @@ def _on_export_clicked(self):
if not self.controller.downloaded_file_exists(self.file):
return

dialog = ExportDialog(self.controller, self.uuid, self.file.filename)
dialog.exec()
self.export_dialog = ExportDialog(self.controller, self.uuid, self.file.filename)
self.export_dialog.exec()

@pyqtSlot()
def _on_print_clicked(self):
Expand Down
Loading

0 comments on commit 4f2fb7a

Please sign in to comment.