Don't use shownotes keyboard callback

This commit is contained in:
Teemu Ikonen 2021-09-12 20:35:10 +03:00
parent 52e631bc73
commit c156e15ed3
1 changed files with 1 additions and 1 deletions

View File

@ -172,7 +172,7 @@ class gPodder(BuilderWidget, dbus.service.Object):
self.episode_new_action.activate()
# self.shownotes_pane = Gtk.Box()
self.shownotes_object = shownotes.get_shownotes(self.config.ui.gtk.html_shownotes, self.shownotes_box, on_key_press_shownotes)
self.shownotes_object = shownotes.get_shownotes(self.config.ui.gtk.html_shownotes, self.shownotes_box)
self.detailsbox.connect('key-press-event', on_key_press_shownotes)