Skip to content
Snippets Groups Projects
Commit caccfd69 authored by nkour's avatar nkour
Browse files

gui now has custom hostname port

parent 0e0323a3
No related branches found
No related tags found
No related merge requests found
......@@ -1303,6 +1303,10 @@ _('There was a problem retrieving your GPG secret keys.')).get_response()
if not widget.get_active():
w.set_text('')
def on_custom_host_port_checkbutton_toggled(self, widget):
isactive = widget.get_active()
self.xml.get_widget('custom_host_port_hbox').set_sensitive(isactive)
def on_gpg_save_password_checkbutton_toggled(self, widget):
self.on_checkbutton_toggled_and_clear(widget, [
self.xml.get_widget('gpg_password_entry')])
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment