From 234008597faf4e634b225cadaf01d49298a28991 Mon Sep 17 00:00:00 2001 From: Alexandre Savard <alexandre.savard@savoirfairelinux.com> Date: Wed, 14 Jul 2010 09:43:00 -0400 Subject: [PATCH] [#3649] Maker accounts enabled by default (for IP2IP account) --- sflphone-common/src/account.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sflphone-common/src/account.cpp b/sflphone-common/src/account.cpp index 329166a30d..100308a717 100644 --- a/sflphone-common/src/account.cpp +++ b/sflphone-common/src/account.cpp @@ -36,7 +36,7 @@ Account::Account (const AccountID& accountID, std::string type) : _accountID (accountID) , _link (NULL) - , _enabled (false) + , _enabled (true) , _type (type) , _codecOrder () , _startupCodecStr("") -- GitLab