Ejemplo n.º 1
0
 def on_button_advanced_clicked(self, widget):
     self.main_window.destroy()
     gPodderConfigEditor(self.parent_window, _config=self._config)
Ejemplo n.º 2
0
 def on_btn_advanced_clicked(self, button):
     gPodderConfigEditor(self.main_window, _config=self._config)
     self.main_window.destroy()
Ejemplo n.º 3
0
 def on_button_advanced_clicked(self, widget):
     self.main_window.destroy()
     gPodderConfigEditor(self.parent_window, _config=self._config)
Ejemplo n.º 4
0
 def on_btn_advanced_clicked(self, button):
     gPodderConfigEditor(self.main_window, _config=self._config)
     self.main_window.destroy()