diff options
author | Chris Toshok <toshok@ximian.com> | 2001-06-29 12:31:39 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2001-06-29 12:31:39 +0800 |
commit | 9b19b1d618903203dbda010b82a65aa0717d183a (patch) | |
tree | d6d1cab24c66af4f60f67821808c7fba21fe8b6d /addressbook/gui/widgets/e-minicard.h | |
parent | f2d683ced7a847e978a3763f91f63b943b56bbee (diff) | |
download | gsoc2013-evolution-9b19b1d618903203dbda010b82a65aa0717d183a.tar.gz gsoc2013-evolution-9b19b1d618903203dbda010b82a65aa0717d183a.tar.zst gsoc2013-evolution-9b19b1d618903203dbda010b82a65aa0717d183a.zip |
pop up list editor for lists, contact editor otherwise.
2001-06-28 Chris Toshok <toshok@ximian.com>
* gui/widgets/e-addressbook-view.c (table_double_click): pop up
list editor for lists, contact editor otherwise.
* gui/widgets/e-minicard.c (e_minicard_event): same.
* gui/widgets/e-minicard.h (struct _EMinicard): change "editor" to
GtkOjbect, since it can be either a contact editor or contact list
editor.
* gui/widgets/e-addressbook-table-adapter.c
(addressbook_is_cell_editable): don't allow editting of any fields
except the name and file_as for lists.
svn path=/trunk/; revision=10590
Diffstat (limited to 'addressbook/gui/widgets/e-minicard.h')
-rw-r--r-- | addressbook/gui/widgets/e-minicard.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/addressbook/gui/widgets/e-minicard.h b/addressbook/gui/widgets/e-minicard.h index ae54ad63ec..6b4ce35013 100644 --- a/addressbook/gui/widgets/e-minicard.h +++ b/addressbook/gui/widgets/e-minicard.h @@ -70,7 +70,7 @@ struct _EMinicard GnomeCanvasItem *header_rect; GnomeCanvasItem *header_text; - EContactEditor *editor; + GtkObject *editor; GList *fields; /* Of type EMinicardField */ guint needs_remodeling : 1; |