def __init__(self, ap, spec_connection=None): Settings.__init__(self, Sections) if ap: self.crumb_name = ap.get_ssid() else: self.crumb_name = "" self.ap = ap self.spec_connection = spec_connection
def __init__(self, connection, spec_connection=None): Settings.__init__(self, Sections) self.connection = connection self.spec_connection = spec_connection self.crumb_name = _("Hidden network") self.ap = None
def __init__(self, spec_connection=None): Settings.__init__(self, Sections) self.crumb_name = _("DSL") self.spec_connection= spec_connection event_manager.emit("update-delete-button", True)
def __init__(self, spec_connection=None): Settings.__init__(self, Sections) self.crumb_name = _("Mobile Network") self.spec_connection = spec_connection
def __init__(self, device, spec_connection=None): Settings.__init__(self, Sections) self.crumb_name = _("Wired") self.device = device self.spec_connection = spec_connection event_manager.emit("update-delete-button", False)
def __init__(self, spec_connection=None): Settings.__init__(self, Sections) self.crumb_name = _("VPN") self.spec_connection = spec_connection event_manager.emit("update-delete-button", True)