aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-config.ui
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2011-11-04 02:42:10 +0800
committerMatthew Barnes <mbarnes@redhat.com>2011-11-07 09:10:57 +0800
commitd89f6379667a504ae2e3991eeeb543c43acb7003 (patch)
tree6572e31411bcfe24dfaeece9ecbca73724a22e70 /mail/mail-config.ui
parent88f8df25221a4396c2d814fb65166db951f3ae65 (diff)
downloadgsoc2013-evolution-d89f6379667a504ae2e3991eeeb543c43acb7003.tar
gsoc2013-evolution-d89f6379667a504ae2e3991eeeb543c43acb7003.tar.gz
gsoc2013-evolution-d89f6379667a504ae2e3991eeeb543c43acb7003.tar.bz2
gsoc2013-evolution-d89f6379667a504ae2e3991eeeb543c43acb7003.tar.lz
gsoc2013-evolution-d89f6379667a504ae2e3991eeeb543c43acb7003.tar.xz
gsoc2013-evolution-d89f6379667a504ae2e3991eeeb543c43acb7003.tar.zst
gsoc2013-evolution-d89f6379667a504ae2e3991eeeb543c43acb7003.zip
EMAccountEditor: Clean up authentication widgets.
Use EAuthComboBox and lean heavily on property bindings. Also, start using CamelSettings for this instead of CamelURLs.
Diffstat (limited to 'mail/mail-config.ui')
-rw-r--r--mail/mail-config.ui4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/mail-config.ui b/mail/mail-config.ui
index 0c16cc6c4c..9098b603a3 100644
--- a/mail/mail-config.ui
+++ b/mail/mail-config.ui
@@ -5267,7 +5267,7 @@ For example: "Work" or "Personal"</property>
<property name="can_focus">False</property>
<property name="spacing">6</property>
<child>
- <object class="GtkComboBox" id="source_auth_dropdown">
+ <object class="EAuthComboBox" id="source_auth_dropdown" type-func="e_auth_combo_box_get_type">
<property name="visible">True</property>
<property name="can_focus">False</property>
</object>
@@ -5798,7 +5798,7 @@ For example: "Work" or "Personal"</property>
<property name="can_focus">False</property>
<property name="spacing">6</property>
<child>
- <object class="GtkComboBox" id="transport_auth_dropdown">
+ <object class="EAuthComboBox" id="transport_auth_dropdown" type-func="e_auth_combo_box_get_type">
<property name="visible">True</property>
<property name="can_focus">False</property>
</object>