diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-12-09 05:26:24 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-12-09 05:26:24 +0800 |
commit | d65526d2708c57078b63e557530a715aa2932052 (patch) | |
tree | 6eceab00ebc414ff09170ebc8cc914c9e34361f2 /addressbook/contact-editor | |
parent | 4294cdc1edfaa7adcc6f0d86a5f6d2ebe32f52ad (diff) | |
download | gsoc2013-evolution-d65526d2708c57078b63e557530a715aa2932052.tar gsoc2013-evolution-d65526d2708c57078b63e557530a715aa2932052.tar.gz gsoc2013-evolution-d65526d2708c57078b63e557530a715aa2932052.tar.bz2 gsoc2013-evolution-d65526d2708c57078b63e557530a715aa2932052.tar.lz gsoc2013-evolution-d65526d2708c57078b63e557530a715aa2932052.tar.xz gsoc2013-evolution-d65526d2708c57078b63e557530a715aa2932052.tar.zst gsoc2013-evolution-d65526d2708c57078b63e557530a715aa2932052.zip |
Fixed some formatting.
2000-12-08 Christopher James Lahey <clahey@helixcode.com>
* backend/ebook/e-card.c: Fixed some formatting.
* contact-editor/e-contact-editor-categories.h: Removed an
unneeded #include.
* gui/widgets/e-addressbook-view.c: Connect to the signals on the
ETable instead of the ETableScrolled.
svn path=/trunk/; revision=6872
Diffstat (limited to 'addressbook/contact-editor')
-rw-r--r-- | addressbook/contact-editor/e-contact-editor-categories.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/addressbook/contact-editor/e-contact-editor-categories.h b/addressbook/contact-editor/e-contact-editor-categories.h index 3edff76b4b..04b3c686ed 100644 --- a/addressbook/contact-editor/e-contact-editor-categories.h +++ b/addressbook/contact-editor/e-contact-editor-categories.h @@ -23,7 +23,6 @@ #include <gnome.h> #include <glade/glade.h> -#include <ebook/e-card.h> #include <gal/e-table/e-table-model.h> #ifdef __cplusplus @@ -37,7 +36,6 @@ extern "C" { * * name type read/write description * -------------------------------------------------------------------------------- - * name ECardName * RW The card currently being edited. Returns a copy. */ #define E_CONTACT_EDITOR_CATEGORIES_TYPE (e_contact_editor_categories_get_type ()) |