aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/widgets/e-addressbook-model.h
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@helixcode.com>2000-07-08 13:21:06 +0800
committerChris Lahey <clahey@src.gnome.org>2000-07-08 13:21:06 +0800
commit04c9a5189dac46e93a3b35134dbc499df3e28c21 (patch)
tree80eb111e562f39c0b2b75b5e9a974689c1a50427 /addressbook/gui/widgets/e-addressbook-model.h
parentd1550ea22f88670875c2cb77d2bb46d8a97d6de0 (diff)
downloadgsoc2013-evolution-04c9a5189dac46e93a3b35134dbc499df3e28c21.tar
gsoc2013-evolution-04c9a5189dac46e93a3b35134dbc499df3e28c21.tar.gz
gsoc2013-evolution-04c9a5189dac46e93a3b35134dbc499df3e28c21.tar.bz2
gsoc2013-evolution-04c9a5189dac46e93a3b35134dbc499df3e28c21.tar.lz
gsoc2013-evolution-04c9a5189dac46e93a3b35134dbc499df3e28c21.tar.xz
gsoc2013-evolution-04c9a5189dac46e93a3b35134dbc499df3e28c21.tar.zst
gsoc2013-evolution-04c9a5189dac46e93a3b35134dbc499df3e28c21.zip
Added an "editable" argument.
2000-07-08 Christopher James Lahey <clahey@helixcode.com> * 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
Diffstat (limited to 'addressbook/gui/widgets/e-addressbook-model.h')
-rw-r--r--addressbook/gui/widgets/e-addressbook-model.h2
1 files changed, 2 insertions, 0 deletions
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;