From 10b1915786bbcccf7ebe359a0674eca7ccc6c214 Mon Sep 17 00:00:00 2001 From: Christopher James Lahey Date: Wed, 11 Oct 2000 12:14:43 +0000 Subject: Fixed the column elements, the no-headers attribute and added a 2000-10-11 Christopher James Lahey * contact-editor/e-contact-editor-categories.c: Fixed the column elements, the no-headers attribute and added a cursor-mode=line attribute. * gui/component/select-names/e-select-names.c, gui/widgets/e-addressbook-view.c: Fixed the column elements here. svn path=/trunk/; revision=5851 --- addressbook/gui/component/select-names/e-select-names.c | 4 ++-- addressbook/gui/contact-editor/e-contact-editor-categories.c | 8 ++++---- addressbook/gui/widgets/e-addressbook-view.c | 10 +++++----- 3 files changed, 11 insertions(+), 11 deletions(-) (limited to 'addressbook/gui') diff --git a/addressbook/gui/component/select-names/e-select-names.c b/addressbook/gui/component/select-names/e-select-names.c index f6960c4e7e..a1286566bc 100644 --- a/addressbook/gui/component/select-names/e-select-names.c +++ b/addressbook/gui/component/select-names/e-select-names.c @@ -90,7 +90,7 @@ e_select_names_class_init (ESelectNamesClass *klass) #define SPEC " \ \ \ - 0 \ + \ \ \ " @@ -98,7 +98,7 @@ e_select_names_class_init (ESelectNamesClass *klass) #define SPEC2 " \ \ \ - 0 \ + \ \ \ " diff --git a/addressbook/gui/contact-editor/e-contact-editor-categories.c b/addressbook/gui/contact-editor/e-contact-editor-categories.c index db85466e87..ff58678031 100644 --- a/addressbook/gui/contact-editor/e-contact-editor-categories.c +++ b/addressbook/gui/contact-editor/e-contact-editor-categories.c @@ -221,13 +221,13 @@ e_contact_editor_categories_entry_change (GtkWidget *entry, do_parse_categories(categories); } -#define INITIAL_SPEC "\ +#define INITIAL_SPEC "\ \ \ \ - 0 \ - 1 \ - \ + \ + \ + \ \ " diff --git a/addressbook/gui/widgets/e-addressbook-view.c b/addressbook/gui/widgets/e-addressbook-view.c index c865d50b40..c2a46409b7 100644 --- a/addressbook/gui/widgets/e-addressbook-view.c +++ b/addressbook/gui/widgets/e-addressbook-view.c @@ -498,11 +498,11 @@ table_right_click(ETableScrolled *table, gint row, gint col, GdkEvent *event, EA \ \ \ - 0 \ - 1 \ - 5 \ - 3 \ - 4 \ + \ + \ + \ + \ + \ \ \ \ -- cgit v1.2.3