aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/contact-list-editor/e-contact-list-model.c
diff options
context:
space:
mode:
authorChris Toshok <toshok@ximian.com>2001-07-25 05:17:26 +0800
committerChris Toshok <toshok@src.gnome.org>2001-07-25 05:17:26 +0800
commitad7e9b2471129eca0ce80b35c19b81b8f0a29e58 (patch)
tree41792266835057472037e1cb8a2f8da2843ce1c8 /addressbook/gui/contact-list-editor/e-contact-list-model.c
parentaa25742b3831318c1de39655f3d6e2748262b2db (diff)
downloadgsoc2013-evolution-ad7e9b2471129eca0ce80b35c19b81b8f0a29e58.tar
gsoc2013-evolution-ad7e9b2471129eca0ce80b35c19b81b8f0a29e58.tar.gz
gsoc2013-evolution-ad7e9b2471129eca0ce80b35c19b81b8f0a29e58.tar.bz2
gsoc2013-evolution-ad7e9b2471129eca0ce80b35c19b81b8f0a29e58.tar.lz
gsoc2013-evolution-ad7e9b2471129eca0ce80b35c19b81b8f0a29e58.tar.xz
gsoc2013-evolution-ad7e9b2471129eca0ce80b35c19b81b8f0a29e58.tar.zst
gsoc2013-evolution-ad7e9b2471129eca0ce80b35c19b81b8f0a29e58.zip
need the EDestination magic here too for when we modify an already shown
2001-07-24 Chris Toshok <toshok@ximian.com> * gui/widgets/e-minicard.c (remodel): need the EDestination magic here too for when we modify an already shown card. * gui/contact-list-editor/e-contact-list-model.c: make parent_class static, just to be anal. * gui/contact-list-editor/e-contact-list-editor.c (remove_entry_cb): removing entries changes the list, so flag it. (table_drag_data_received_cb): restrict cards we add to lists to be non-list cards. (extract_info): clear out the email list in the card before we repopulate it from the contact list model. (fill_in_info): set the checkbox to active/inactive based on thecard. svn path=/trunk/; revision=11356
Diffstat (limited to 'addressbook/gui/contact-list-editor/e-contact-list-model.c')
-rw-r--r--addressbook/gui/contact-list-editor/e-contact-list-model.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/addressbook/gui/contact-list-editor/e-contact-list-model.c b/addressbook/gui/contact-list-editor/e-contact-list-model.c
index eb6f59741b..b2b929eaa3 100644
--- a/addressbook/gui/contact-list-editor/e-contact-list-model.c
+++ b/addressbook/gui/contact-list-editor/e-contact-list-model.c
@@ -4,7 +4,7 @@
#include "e-contact-list-model.h"
#define PARENT_TYPE e_table_model_get_type()
-ETableModelClass *parent_class;
+static ETableModelClass *parent_class;
#define COLS 1