Merge lp:~philip.scott/capnet-assist/address-change into lp:~elementary-apps/capnet-assist/trunk

Proposed by Felipe Escoto
Status: Merged
Approved by: Danielle Foré
Approved revision: 131
Merged at revision: 131
Proposed branch: lp:~philip.scott/capnet-assist/address-change
Merge into: lp:~elementary-apps/capnet-assist/trunk
Diff against target: 12 lines (+1/-1)
1 file modified
src/CaptiveLogin.vala (+1/-1)
To merge this branch: bzr merge lp:~philip.scott/capnet-assist/address-change
Reviewer Review Type Date Requested Status
elementary Apps team Pending
Review via email: mp+314888@code.launchpad.net

Commit message

Change the capnet dummy URL address

Description of the change

Ready to go, just waiting to see if it works on my school's network :)

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/CaptiveLogin.vala'
2--- src/CaptiveLogin.vala 2017-01-03 02:14:24 +0000
3+++ src/CaptiveLogin.vala 2017-01-17 03:37:13 +0000
4@@ -19,7 +19,7 @@
5 */
6
7 public class CaptiveLogin : Gtk.ApplicationWindow {
8- private const string DUMMY_URL = "http://elementary.io/capnet-assist";
9+ private const string DUMMY_URL = "http://capnet.elementary.io";
10
11 private CertButton cert_button;
12 private Gtk.Label title_label;

Subscribers

People subscribed via source and target branches

to all changes: