diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-08-20 07:36:35 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-08-20 07:36:35 +0800 |
commit | d56dbcd9247a965250888c0486464f976e668057 (patch) | |
tree | 9ad294f7fafd65cb7c531d11586a910806b39ef5 /addressbook/gui/contact-editor | |
parent | 862d1f25dea4fde774aca9b8e849f22b2e0b9d93 (diff) | |
download | gsoc2013-evolution-d56dbcd9247a965250888c0486464f976e668057.tar gsoc2013-evolution-d56dbcd9247a965250888c0486464f976e668057.tar.gz gsoc2013-evolution-d56dbcd9247a965250888c0486464f976e668057.tar.bz2 gsoc2013-evolution-d56dbcd9247a965250888c0486464f976e668057.tar.lz gsoc2013-evolution-d56dbcd9247a965250888c0486464f976e668057.tar.xz gsoc2013-evolution-d56dbcd9247a965250888c0486464f976e668057.tar.zst gsoc2013-evolution-d56dbcd9247a965250888c0486464f976e668057.zip |
Changed this to use ECardSimple.
2000-08-19 Christopher James Lahey <clahey@helixcode.com>
* conduit/address-conduit.c, conduit/address-conduit.h: Changed
this to use ECardSimple.
* contact-editor/e-contact-editor.c: Fixed a memory leak.
* gui/component/addressbook.c: Added stuff to the right click
menu. Activated the new search dialog that doesn't quite work
yet.
* gui/minicard/e-minicard-view.c: Fixed some run time warnings.
svn path=/trunk/; revision=4882
Diffstat (limited to 'addressbook/gui/contact-editor')
-rw-r--r-- | addressbook/gui/contact-editor/e-contact-editor.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/addressbook/gui/contact-editor/e-contact-editor.c b/addressbook/gui/contact-editor/e-contact-editor.c index dd4ec4d567..e8062d83b9 100644 --- a/addressbook/gui/contact-editor/e-contact-editor.c +++ b/addressbook/gui/contact-editor/e-contact-editor.c @@ -938,6 +938,7 @@ setup_tab_order(GladeXML *gui) list = add_to_tab_order(list, gui, "alignment-contacts"); list = g_list_reverse(list); e_container_change_tab_order(GTK_CONTAINER(container), list); + g_list_free(list); } } |