[plugin_installer] Use get_notebook() to access notebook

This commit is contained in:
Philipp Hörist
2020-01-04 11:14:21 +01:00
parent 1cb65063e8
commit b1189947e5
2 changed files with 3 additions and 3 deletions

View File

@@ -244,7 +244,7 @@ class PluginInstaller(GajimPlugin):
def _on_connect_plugin_window(self, plugin_window):
self._available_page = AvailablePage(
self.local_file_path('installer.ui'), plugin_window)
self.local_file_path('installer.ui'), plugin_window.get_notebook())
self._available_page.set_download_in_progress(
self._download_in_progress)
self._available_page.connect('download-plugins',