--- plugins.py.orig 2017-10-20 03:24:58.120969271 -0600 +++ plugins.py 2017-10-20 03:26:35.832971852 -0600 @@ -136,13 +136,13 @@ elif widget.get_name() == "mythweb_checkbox": self.mythweb_password_combobox1.set_sensitive(widget.get_active()) if not widget.get_active(): - self.mythweb_password_combobox.set_active(0) + self.mythweb_password_combobox1.set_active(0) elif widget.get_name() == "mythweb_username" or \ widget.get_name() == "mythweb_password": username = self.mythweb_username.get_text().split(' ')[0] password = self.mythweb_password.get_text().split(' ')[0] - if self.mythweb_password_combobox.get_active() != 2 or \ + if self.mythweb_password_combobox1.get_active() != 2 or \ (len(username) > 0 and len(password) > 0): self._incomplete=False else: