aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/contact-list-editor/contact-list-editor.glade
diff options
context:
space:
mode:
authorDevashish Sharma <dsharma@src.gnome.org>2006-07-21 16:06:28 +0800
committerDevashish Sharma <dsharma@src.gnome.org>2006-07-21 16:06:28 +0800
commitc6fcc1fbcd70941bef77162b9ee151a72850498d (patch)
tree77fde1f1c475d9792de7e2de0e2503119ddc83d2 /addressbook/gui/contact-list-editor/contact-list-editor.glade
parent28c03180142980ddfaa90379fb8992fed1534a21 (diff)
downloadgsoc2013-evolution-c6fcc1fbcd70941bef77162b9ee151a72850498d.tar
gsoc2013-evolution-c6fcc1fbcd70941bef77162b9ee151a72850498d.tar.gz
gsoc2013-evolution-c6fcc1fbcd70941bef77162b9ee151a72850498d.tar.bz2
gsoc2013-evolution-c6fcc1fbcd70941bef77162b9ee151a72850498d.tar.lz
gsoc2013-evolution-c6fcc1fbcd70941bef77162b9ee151a72850498d.tar.xz
gsoc2013-evolution-c6fcc1fbcd70941bef77162b9ee151a72850498d.tar.zst
gsoc2013-evolution-c6fcc1fbcd70941bef77162b9ee151a72850498d.zip
Autocompletion in contact list email entry.
svn path=/trunk/; revision=32368
Diffstat (limited to 'addressbook/gui/contact-list-editor/contact-list-editor.glade')
-rw-r--r--addressbook/gui/contact-list-editor/contact-list-editor.glade18
1 files changed, 7 insertions, 11 deletions
diff --git a/addressbook/gui/contact-list-editor/contact-list-editor.glade b/addressbook/gui/contact-list-editor/contact-list-editor.glade
index 4ae3633d01..241e32f10e 100644
--- a/addressbook/gui/contact-list-editor/contact-list-editor.glade
+++ b/addressbook/gui/contact-list-editor/contact-list-editor.glade
@@ -249,21 +249,17 @@
</child>
<child>
- <widget class="GtkEntry" id="email-entry">
+ <widget class="Custom" id="email-entry">
<property name="visible">True</property>
- <property name="can_focus">True</property>
- <property name="editable">True</property>
- <property name="visibility">True</property>
- <property name="max_length">0</property>
- <property name="text" translatable="yes"></property>
- <property name="has_frame">True</property>
- <property name="invisible_char">*</property>
- <property name="activates_default">False</property>
+ <property name="creation_function">e_contact_list_editor_create_name_selector</property>
+ <property name="int1">0</property>
+ <property name="int2">0</property>
+ <property name="last_modification_time">Sat, 27 Aug 2005 13:47:20 GMT</property>
</widget>
<packing>
<property name="padding">0</property>
- <property name="expand">False</property>
- <property name="fill">False</property>
+ <property name="expand">True</property>
+ <property name="fill">True</property>
</packing>
</child>