~elementary-apps/capnet-assist/loki

« back to all changes in this revision

Viewing changes to src/Application.vala

move the TLS popover code to the cert_button class

Show diffs side-by-side

added added

removed removed

Lines of Context:
60
60
        if (!is_busy) {
61
61
            mark_busy ();
62
62
 
63
 
            var browser = new ValaBrowser (this);
 
63
            var browser = new CaptiveLogin (this);
64
64
            if (is_captive_portal () || force_show) {
65
65
                debug ("Opening browser to login");
66
66
                browser.start (debug_url);