From c48160f6ac67b2f2fc4b6f982b641861ad078237 Mon Sep 17 00:00:00 2001 From: wimpie Date: Wed, 12 Jan 2005 01:55:32 +0000 Subject: Fixed problem with enabling profile from edit environment rename disable to enable (much more clear) --- (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 1713f0c..818bad6 100644 --- a/noncore/settings/networksettings2/profile/profileedit.cpp +++ b/noncore/settings/networksettings2/profile/profileedit.cpp @@ -70,7 +70,7 @@ void ProfileEdit::showData( ProfileData & Data ) { Automatic_CB->setChecked( Data.Automatic ); TriggersVPN_CB->setChecked( Data.TriggerVPN ); Confirm_CB->setChecked( Data.Confirm ); - Disabled_CB->setChecked( Data.Disabled ); + Enabled_CB->setChecked( Data.Enabled ); } @@ -80,7 +80,7 @@ bool ProfileEdit::commit( ProfileData & Data ) { CBM( Data.Automatic, Automatic_CB, SM ); CBM( Data.TriggerVPN, TriggersVPN_CB, SM ); - CBM( Data.Disabled, Disabled_CB, SM ); + CBM( Data.Enabled, Enabled_CB, SM ); CBM( Data.Confirm, Confirm_CB, SM ); return SM; -- cgit v0.9.0.2