From b05173ede74f6aa64e096e7f43913eea7f3e1f8f Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Thu, 15 May 2008 22:23:26 +0000 Subject: update chat/ppp files when connecting to a cellular network --- lib/network/connection/cellular.pm | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'lib/network/connection') diff --git a/lib/network/connection/cellular.pm b/lib/network/connection/cellular.pm index 79fa065..b0e6bb0 100644 --- a/lib/network/connection/cellular.pm +++ b/lib/network/connection/cellular.pm @@ -62,4 +62,10 @@ sub write_settings { $self->SUPER::write_settings; } +sub apply_network_selection { + my ($self) = @_; + $self->set_ppp_settings; + $self->write_ppp_settings; +} + 1; -- cgit v1.2.1