summaryrefslogtreecommitdiffstats
path: root/src/gui/userprofileform.cpp
diff options
context:
space:
mode:
authorGrzegorz Woźniak <grzegorz.wozniak@ailleron.com>2017-04-13 01:18:21 +0200
committerGrzegorz Woźniak <grzegorz.wozniak@ailleron.com>2017-04-13 01:18:21 +0200
commit02b644ee4779a46bb4224d61ecd908cd2f04b483 (patch)
tree85c2307a30294de27e5dd103c6e3e85b4c94b9f6 /src/gui/userprofileform.cpp
parentc512a2a588a044b37782e43223b49093f998c6e8 (diff)
downloadtwinkle-02b644ee4779a46bb4224d61ecd908cd2f04b483.tar
twinkle-02b644ee4779a46bb4224d61ecd908cd2f04b483.tar.gz
twinkle-02b644ee4779a46bb4224d61ecd908cd2f04b483.tar.lz
twinkle-02b644ee4779a46bb4224d61ecd908cd2f04b483.tar.xz
twinkle-02b644ee4779a46bb4224d61ecd908cd2f04b483.zip
PAI Header option
Diffstat (limited to 'src/gui/userprofileform.cpp')
-rw-r--r--src/gui/userprofileform.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/userprofileform.cpp b/src/gui/userprofileform.cpp
index f20a0d9..28700a6 100644
--- a/src/gui/userprofileform.cpp
+++ b/src/gui/userprofileform.cpp
@@ -542,6 +542,7 @@ void UserProfileForm::populate()
transferConsultInprogCheckBox->setChecked(
current_profile->get_allow_transfer_consultation_inprog());
pPreferredIdCheckBox->setChecked(current_profile->get_send_p_preferred_id());
+ pAssertedIdCheckBox->setChecked(current_profile->get_send_p_asserted_id());
// Transport/NAT
switch (current_profile->get_sip_transport()) {
@@ -1163,6 +1164,7 @@ bool UserProfileForm::validateValues()
current_profile->set_allow_transfer_consultation_inprog(
transferConsultInprogCheckBox->isChecked());
current_profile->set_send_p_preferred_id(pPreferredIdCheckBox->isChecked());
+ current_profile->set_send_p_asserted_id(pAssertedIdCheckBox->isChecked());
// Transport/NAT
switch (sipTransportComboBox->currentIndex()) {