chiark / gitweb /
mon/tripemon.in (AddPeerDialog): Actually honour the `Mobile' option.
[tripe] / mon / tripemon.in
index a0c0f5e4fa1252fd15e580d1880cc93ef5ab3634..6b7076b59f64c747d6ad68559aa6f644005aaf27 100644 (file)
@@ -1111,6 +1111,7 @@ class AddPeerDialog (MyDialog):
                   keepalive = (me.c_keepalive.get_active() and
                                me.e_keepalive.get_text() or None),
                   tunnel = t and me.tuns[t] or None,
+                  mobile = me.c_mobile.get_active() or None,
                   key = (me.c_peerkey.get_active() and
                          me.e_peerkey.get_text() or None),
                   priv = (me.c_privkey.get_active() and