From d65526d2708c57078b63e557530a715aa2932052 Mon Sep 17 00:00:00 2001 From: Christopher James Lahey Date: Fri, 8 Dec 2000 21:26:24 +0000 Subject: Fixed some formatting. 2000-12-08 Christopher James Lahey * 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 --- addressbook/gui/contact-editor/e-contact-editor-categories.h | 2 -- addressbook/gui/widgets/e-addressbook-view.c | 4 ++-- 2 files changed, 2 insertions(+), 4 deletions(-) (limited to 'addressbook/gui') 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 #include -#include #include #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 ()) diff --git a/addressbook/gui/widgets/e-addressbook-view.c b/addressbook/gui/widgets/e-addressbook-view.c index 7f73ab42db..d5beb6e30b 100644 --- a/addressbook/gui/widgets/e-addressbook-view.c +++ b/addressbook/gui/widgets/e-addressbook-view.c @@ -554,9 +554,9 @@ create_table_view (EAddressbookView *view) view->object = GTK_OBJECT(model); view->widget = table; - gtk_signal_connect(GTK_OBJECT(table), "double_click", + gtk_signal_connect(GTK_OBJECT(e_table_scrolled_get_table(E_TABLE_SCROLLED(table))), "double_click", GTK_SIGNAL_FUNC(table_double_click), view); - gtk_signal_connect(GTK_OBJECT(table), "right_click", + gtk_signal_connect(GTK_OBJECT(e_table_scrolled_get_table(E_TABLE_SCROLLED(table))), "right_click", GTK_SIGNAL_FUNC(table_right_click), view); gtk_table_attach(GTK_TABLE(view), table, -- cgit v1.2.3