Skip to content

Commit

Permalink
Make close button work in about dialog (closes #11)
Browse files Browse the repository at this point in the history
  • Loading branch information
innir committed Jun 26, 2019
1 parent 447e447 commit c29dd68
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin/gtranscribe
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,8 @@ class gTranscribeWindow:
about_dialog.set_website("https://github.com/innir/gtranscribe")
about_dialog.set_authors(["Philip Rinn <[email protected]>"])
about_dialog.set_license_type(Gtk.License.GPL_3_0)
about_dialog.show()
about_dialog.run()
about_dialog.destroy()

def open(self, action):
audiofile = get_open_filename(self, _('Open Audio File'),
Expand Down

0 comments on commit c29dd68

Please sign in to comment.