From 0784cfdbd261c43856b45be6ab7439841e69b858 Mon Sep 17 00:00:00 2001 From: wimpie Date: Mon, 09 Aug 2004 02:31:25 +0000 Subject: Many changes : bluetooth and usb seems to work added preliminary support for VPN on top of any network This version is still very much crippled yet is does DO some things --- (limited to 'noncore/settings/networksettings2/profile/profileedit.cpp') diff --git a/noncore/settings/networksettings2/profile/profileedit.cpp b/noncore/settings/networksettings2/profile/profileedit.cpp index c9fb650..87e503e 100644 --- a/noncore/settings/networksettings2/profile/profileedit.cpp +++ b/noncore/settings/networksettings2/profile/profileedit.cpp @@ -58,6 +58,7 @@ QString ProfileEdit::acceptable( void ) { void ProfileEdit::showData( ProfileData_t & Data ) { Description_LE->setText( Data.Description ); Automatic_CB->setChecked( Data.Automatic ); + TriggersVPN_CB->setChecked( Data.TriggerVPN ); Confirm_CB->setChecked( Data.Confirm ); Disabled_CB->setChecked( Data.Disabled ); } @@ -68,6 +69,7 @@ bool ProfileEdit::commit( ProfileData_t & Data ) { TXTM( Data.Description, Description_LE, SM ); CBM( Data.Automatic, Automatic_CB, SM ); + CBM( Data.TriggerVPN, TriggersVPN_CB, SM ); CBM( Data.Disabled, Disabled_CB, SM ); CBM( Data.Confirm, Confirm_CB, SM ); -- cgit v0.9.0.2