diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-06-11 06:35:06 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-06-11 06:35:06 +0800 |
commit | 8139fd12a7fcc74935a4d318f0f9554f2e2b03c2 (patch) | |
tree | 41a8bd8640d637ac91a7fdeecbf790c291647c0b /addressbook/gui/component/select-names.glade | |
parent | d8756e6c59a8f14ff603cecc671c14ba51fe6b4e (diff) | |
download | gsoc2013-evolution-8139fd12a7fcc74935a4d318f0f9554f2e2b03c2.tar gsoc2013-evolution-8139fd12a7fcc74935a4d318f0f9554f2e2b03c2.tar.gz gsoc2013-evolution-8139fd12a7fcc74935a4d318f0f9554f2e2b03c2.tar.bz2 gsoc2013-evolution-8139fd12a7fcc74935a4d318f0f9554f2e2b03c2.tar.lz gsoc2013-evolution-8139fd12a7fcc74935a4d318f0f9554f2e2b03c2.tar.xz gsoc2013-evolution-8139fd12a7fcc74935a4d318f0f9554f2e2b03c2.tar.zst gsoc2013-evolution-8139fd12a7fcc74935a4d318f0f9554f2e2b03c2.zip |
Renamed a bunch of functions for better readability.
2000-06-10 Christopher James Lahey <clahey@helixcode.com>
* gui/component/e-cardlist-model.c: Renamed a bunch of functions
for better readability.
* gui/component/e-select-names.c, gui/component/e-select-names.h:
This should be a working dialog now.
* gui/component/select-names.glade: Changed the name & creation
function of the ETable here.
svn path=/trunk/; revision=3514
Diffstat (limited to 'addressbook/gui/component/select-names.glade')
-rw-r--r-- | addressbook/gui/component/select-names.glade | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/addressbook/gui/component/select-names.glade b/addressbook/gui/component/select-names.glade index 1e06437ed1..6165eb0b0a 100644 --- a/addressbook/gui/component/select-names.glade +++ b/addressbook/gui/component/select-names.glade @@ -167,11 +167,11 @@ <widget> <class>Custom</class> - <name>source</name> - <creation_function></creation_function> + <name>table-source</name> + <creation_function>e_addressbook_create_ebook_table</creation_function> <int1>0</int1> <int2>0</int2> - <last_modification_time>Wed, 31 May 2000 03:06:00 GMT</last_modification_time> + <last_modification_time>Sat, 10 Jun 2000 22:02:57 GMT</last_modification_time> <child> <left_attach>0</left_attach> <right_attach>1</right_attach> |