aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/contact-editor
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@helixcode.com>2000-12-09 05:26:24 +0800
committerChris Lahey <clahey@src.gnome.org>2000-12-09 05:26:24 +0800
commitd65526d2708c57078b63e557530a715aa2932052 (patch)
tree6eceab00ebc414ff09170ebc8cc914c9e34361f2 /addressbook/gui/contact-editor
parent4294cdc1edfaa7adcc6f0d86a5f6d2ebe32f52ad (diff)
downloadgsoc2013-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/gui/contact-editor')
-rw-r--r--addressbook/gui/contact-editor/e-contact-editor-categories.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/addressbook/gui/contact-editor/e-contact-editor-categories.h b/addressbook/gui/contact-editor/e-contact-editor-categories.h
index 3edff76b4b..04b3c686ed 100644
--- a/addressbook/gui/contact-editor/e-contact-editor-categories.h
+++ b/addressbook/gui/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 ())