Пример #1
0
 def on_button_advanced_clicked(self, widget):
     self.main_window.destroy()
     gPodderConfigEditor(self.parent_window, _config=self._config)
Пример #2
0
 def on_btn_advanced_clicked(self, button):
     gPodderConfigEditor(self.main_window, _config=self._config)
     self.main_window.destroy()
Пример #3
0
 def on_button_advanced_clicked(self, widget):
     self.main_window.destroy()
     gPodderConfigEditor(self.parent_window, _config=self._config)
Пример #4
0
 def on_btn_advanced_clicked(self, button):
     gPodderConfigEditor(self.main_window, _config=self._config)
     self.main_window.destroy()