aboutsummaryrefslogtreecommitdiffstats
path: root/maint
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2011-11-04 00:48:47 +0800
committerMatthew Barnes <mbarnes@redhat.com>2011-11-07 09:10:57 +0800
commitb74ff36f79718fd563fb5b55b4ee269fc7117970 (patch)
treeac41fc00a26affe425417b357c5bb874979d823b /maint
parent41f0d7117eb958bd4a153c27e3cd0a58e14f4d75 (diff)
downloadgsoc2013-evolution-b74ff36f79718fd563fb5b55b4ee269fc7117970.tar
gsoc2013-evolution-b74ff36f79718fd563fb5b55b4ee269fc7117970.tar.gz
gsoc2013-evolution-b74ff36f79718fd563fb5b55b4ee269fc7117970.tar.bz2
gsoc2013-evolution-b74ff36f79718fd563fb5b55b4ee269fc7117970.tar.lz
gsoc2013-evolution-b74ff36f79718fd563fb5b55b4ee269fc7117970.tar.xz
gsoc2013-evolution-b74ff36f79718fd563fb5b55b4ee269fc7117970.tar.zst
gsoc2013-evolution-b74ff36f79718fd563fb5b55b4ee269fc7117970.zip
Add EAuthComboBox widget.
To be used in the Account Editor to list authentication mechanisms.
Diffstat (limited to 'maint')
-rw-r--r--maint/evolution.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/maint/evolution.xml b/maint/evolution.xml
index c072734164..bc9340c540 100644
--- a/maint/evolution.xml
+++ b/maint/evolution.xml
@@ -2,6 +2,8 @@
<glade-widget-classes>
+ <glade-widget-class name="EAuthComboBox" generic-name="auth-combo-box" title="Authentication Combo Box" get-type-function="e_auth_combo_box_get_type"/>
+
<glade-widget-class name="EDateEdit" generic-name="date-edit" title="Date Edit">
<property id="allow-no-date-set"/>
<property id="set-none"/>
@@ -39,6 +41,7 @@
</glade-widget-classes>
<glade-widget-group name="evolution-widgets" title="Evolution">
+ <glade-widget-class-ref name="EAuthComboBox"/>
<glade-widget-class-ref name="EDateEdit"/>
<glade-widget-class-ref name="EImageChooser"/>
<glade-widget-class-ref name="EMailJunkOptions"/>