diff options
author | Milan Crha <mcrha@redhat.com> | 2012-08-21 20:31:04 +0800 |
---|---|---|
committer | Milan Crha <mcrha@redhat.com> | 2012-08-21 20:31:56 +0800 |
commit | e9749faddd37636c205db088aa2775da92d7494f (patch) | |
tree | b8fb7351a475cc4bf7e0fcdf7aa67d12fff4ba64 /addressbook | |
parent | ed789fce573f5433adf29a3479b5dbbf21aa51d7 (diff) | |
download | gsoc2013-evolution-e9749faddd37636c205db088aa2775da92d7494f.tar.gz gsoc2013-evolution-e9749faddd37636c205db088aa2775da92d7494f.tar.zst gsoc2013-evolution-e9749faddd37636c205db088aa2775da92d7494f.zip |
Bug #679862 - Do not use ENameSelectorEntry in .ui files
Diffstat (limited to 'addressbook')
-rw-r--r-- | addressbook/gui/contact-list-editor/contact-list-editor.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/addressbook/gui/contact-list-editor/contact-list-editor.ui b/addressbook/gui/contact-list-editor/contact-list-editor.ui index 24005eba14..eb301847de 100644 --- a/addressbook/gui/contact-list-editor/contact-list-editor.ui +++ b/addressbook/gui/contact-list-editor/contact-list-editor.ui @@ -152,7 +152,7 @@ </packing> </child> <child> - <object class="ENameSelectorEntry" type-func="e_name_selector_entry_get_type" id="email-entry"> + <object class="GtkEntry" id="email-entry"> <property name="visible">True</property> </object> <packing> |