[ekiga] Make Timeout an advanced option during account creation/editing
- From: Eugen Dedu <ededu src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [ekiga] Make Timeout an advanced option during account creation/editing
- Date: Wed, 13 May 2015 11:44:46 +0000 (UTC)
commit b69e625a77fef1214a815436d1d494b14342496c
Author: Eugen Dedu <eugen dedu univ-fcomte fr>
Date: Wed May 13 13:44:02 2015 +0200
Make Timeout an advanced option during account creation/editing
lib/engine/components/opal/opal-account.cpp | 4 ++--
lib/engine/components/opal/opal-bank.cpp | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/lib/engine/components/opal/opal-account.cpp b/lib/engine/components/opal/opal-account.cpp
index 41d46e3..e091f68 100644
--- a/lib/engine/components/opal/opal-account.cpp
+++ b/lib/engine/components/opal/opal-account.cpp
@@ -715,7 +715,7 @@ Opal::Account::edit ()
request->text ("password", _("_Password"), get_password (), _("1234"),
Ekiga::FormVisitor::PASSWORD, false, false);
request->text ("timeout", _("_Timeout"), "3600", "3600",
- Ekiga::FormVisitor::NUMBER, false, false);
+ Ekiga::FormVisitor::NUMBER, true, false);
break;
case Opal::Account::SIP:
default:
@@ -737,7 +737,7 @@ Opal::Account::edit ()
request->text ("outbound_proxy", _("Outbound _Proxy"), get_outbound_proxy (), _("proxy.company.com"),
Ekiga::FormVisitor::STANDARD, true, true);
request->text ("timeout", _("_Timeout"), "3600", "3600",
- Ekiga::FormVisitor::NUMBER, false, false);
+ Ekiga::FormVisitor::NUMBER, true, false);
}
request->boolean ("enabled", _("_Enable Account"), is_enabled ());
diff --git a/lib/engine/components/opal/opal-bank.cpp b/lib/engine/components/opal/opal-bank.cpp
index 3c998cd..4bf7fc9 100644
--- a/lib/engine/components/opal/opal-bank.cpp
+++ b/lib/engine/components/opal/opal-bank.cpp
@@ -183,7 +183,7 @@ Opal::Bank::new_account (Account::Type acc_type,
request->text ("password", _("_Password"), password, _("1234"),
Ekiga::FormVisitor::PASSWORD, false, false);
request->text ("timeout", _("_Timeout"), "3600", "3600",
- Ekiga::FormVisitor::NUMBER, false, false);
+ Ekiga::FormVisitor::NUMBER, true, false);
break;
case Opal::Account::SIP:
@@ -201,7 +201,7 @@ Opal::Bank::new_account (Account::Type acc_type,
request->text ("outbound_proxy", _("Outbound _Proxy"), "", _("proxy.company.com"),
Ekiga::FormVisitor::STANDARD, true, true);
request->text ("timeout", _("_Timeout"), "3600", "3600",
- Ekiga::FormVisitor::NUMBER, false, false);
+ Ekiga::FormVisitor::NUMBER, true, false);
break;
}
request->boolean ("enabled", _("_Enable account"), true);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]