From 04c9a5189dac46e93a3b35134dbc499df3e28c21 Mon Sep 17 00:00:00 2001 From: Christopher James Lahey Date: Sat, 8 Jul 2000 05:21:06 +0000 Subject: Added an "editable" argument. 2000-07-08 Christopher James Lahey * gui/component/e-addressbook-model.c, gui/component/e-addressbook-model.h: Added an "editable" argument. * gui/component/select-names/e-select-names.c: Set our EAddressModel to not be editable. svn path=/trunk/; revision=3969 --- addressbook/gui/widgets/e-addressbook-model.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'addressbook/gui/widgets/e-addressbook-model.h') diff --git a/addressbook/gui/widgets/e-addressbook-model.h b/addressbook/gui/widgets/e-addressbook-model.h index bff9a21d00..8f5f6485cf 100644 --- a/addressbook/gui/widgets/e-addressbook-model.h +++ b/addressbook/gui/widgets/e-addressbook-model.h @@ -34,6 +34,8 @@ typedef struct { int data_count; int create_card_id, remove_card_id, modify_card_id; + + guint editable : 1; } EAddressbookModel; -- cgit v1.2.3