diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2013-03-02 03:30:14 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2013-03-02 07:16:07 +0800 |
commit | 4ff90f2bfd95337040616cae4b3bdddff033b5d6 (patch) | |
tree | 37d3acd7835e4366cc367dc904e43915c7c11f9b /maint | |
parent | 977be20ced747224c0e08d565f961f0fa8d0baf8 (diff) | |
download | gsoc2013-evolution-4ff90f2bfd95337040616cae4b3bdddff033b5d6.tar.gz gsoc2013-evolution-4ff90f2bfd95337040616cae4b3bdddff033b5d6.tar.zst gsoc2013-evolution-4ff90f2bfd95337040616cae4b3bdddff033b5d6.zip |
Use EClientComboBox where appropriate.
Basically any place where we use both EClient and ESourceComboBox.
Diffstat (limited to 'maint')
-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 1fb4f03814..afe49450a4 100644 --- a/maint/evolution.xml +++ b/maint/evolution.xml @@ -4,6 +4,8 @@ <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="EClientComboBox" generic-name="client-combo-box" title="Client Combo Box"/> + <glade-widget-class name="EDateEdit" generic-name="date-edit" title="Date Edit"> <property id="allow-no-date-set"/> <property id="set-none"/> @@ -40,6 +42,7 @@ <glade-widget-group name="evolution-widgets" title="Evolution"> <glade-widget-class-ref name="EAuthComboBox"/> + <glade-widget-class-ref name="EClientComboBox"/> <glade-widget-class-ref name="EDateEdit"/> <glade-widget-class-ref name="EImageChooser"/> <glade-widget-class-ref name="EMailJunkOptions"/> |