diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2011-11-04 00:48:47 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2011-11-07 09:10:57 +0800 |
commit | b74ff36f79718fd563fb5b55b4ee269fc7117970 (patch) | |
tree | ac41fc00a26affe425417b357c5bb874979d823b /maint/evolution.xml | |
parent | 41f0d7117eb958bd4a153c27e3cd0a58e14f4d75 (diff) | |
download | gsoc2013-evolution-b74ff36f79718fd563fb5b55b4ee269fc7117970.tar.gz 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/evolution.xml')
-rw-r--r-- | maint/evolution.xml | 3 |
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"/> |