aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/widgets/e-minicard.h
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@helixcode.com>2000-10-01 05:44:57 +0800
committerChris Lahey <clahey@src.gnome.org>2000-10-01 05:44:57 +0800
commit711bef6798d08dcb34bc83730f11575ffa411d07 (patch)
treed2df186e3ceab302d133faa02ef654365d0a6af2 /addressbook/gui/widgets/e-minicard.h
parent0ff98664ba2f06f71508288247b3b25ffb7f8f47 (diff)
downloadgsoc2013-evolution-711bef6798d08dcb34bc83730f11575ffa411d07.tar
gsoc2013-evolution-711bef6798d08dcb34bc83730f11575ffa411d07.tar.gz
gsoc2013-evolution-711bef6798d08dcb34bc83730f11575ffa411d07.tar.bz2
gsoc2013-evolution-711bef6798d08dcb34bc83730f11575ffa411d07.tar.lz
gsoc2013-evolution-711bef6798d08dcb34bc83730f11575ffa411d07.tar.xz
gsoc2013-evolution-711bef6798d08dcb34bc83730f11575ffa411d07.tar.zst
gsoc2013-evolution-711bef6798d08dcb34bc83730f11575ffa411d07.zip
Made it so that minicard doesn't write out changes to the backend unless
Fri Sep 29 07:33:54 2000 Christopher James Lahey <clahey@helixcode.com> * gui/widgets/e-minicard.c, gui/widgets/e-minicard.h: Made it so that minicard doesn't write out changes to the backend unless something's actually changed. svn path=/trunk/; revision=5647
Diffstat (limited to 'addressbook/gui/widgets/e-minicard.h')
-rw-r--r--addressbook/gui/widgets/e-minicard.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/addressbook/gui/widgets/e-minicard.h b/addressbook/gui/widgets/e-minicard.h
index 33a20b40ec..a0272ee58b 100644
--- a/addressbook/gui/widgets/e-minicard.h
+++ b/addressbook/gui/widgets/e-minicard.h
@@ -71,6 +71,8 @@ struct _EMinicard
GList *fields; /* Of type EMinicardField */
guint needs_remodeling : 1;
+
+ guint changed : 1;
gboolean has_focus;