aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/widgets/e-minicard-view.h
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@ximian.com>2002-02-13 07:49:39 +0800
committerChris Lahey <clahey@src.gnome.org>2002-02-13 07:49:39 +0800
commit2788f38ed6cd4e82a8eda5183242457e145019d1 (patch)
tree7c3dd73c6250660ce083c98a6c1e42bdbab0e61f /addressbook/gui/widgets/e-minicard-view.h
parentf4d3822695cea3f07e8fb2a40231451884796da3 (diff)
downloadgsoc2013-evolution-2788f38ed6cd4e82a8eda5183242457e145019d1.tar
gsoc2013-evolution-2788f38ed6cd4e82a8eda5183242457e145019d1.tar.gz
gsoc2013-evolution-2788f38ed6cd4e82a8eda5183242457e145019d1.tar.bz2
gsoc2013-evolution-2788f38ed6cd4e82a8eda5183242457e145019d1.tar.lz
gsoc2013-evolution-2788f38ed6cd4e82a8eda5183242457e145019d1.tar.xz
gsoc2013-evolution-2788f38ed6cd4e82a8eda5183242457e145019d1.tar.zst
gsoc2013-evolution-2788f38ed6cd4e82a8eda5183242457e145019d1.zip
Added an argument to get the model.
2002-02-12 Christopher James Lahey <clahey@ximian.com> * gui/widgets/e-addressbook-reflow-adapter.c (addressbook_get_arg): Added an argument to get the model. * gui/widgets/e-addressbook-view.c (writable_status): Don't bother connecting to the writable_status callback on the book, simply rely on the writable_status callback on the addressbook model. * gui/widgets/e-minicard-view.c, gui/widgets/e-minicard-view.h (set_empty_message): Handle the case of a read only view here. svn path=/trunk/; revision=15698
Diffstat (limited to 'addressbook/gui/widgets/e-minicard-view.h')
-rw-r--r--addressbook/gui/widgets/e-minicard-view.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/addressbook/gui/widgets/e-minicard-view.h b/addressbook/gui/widgets/e-minicard-view.h
index 1140965106..e13dd08c05 100644
--- a/addressbook/gui/widgets/e-minicard-view.h
+++ b/addressbook/gui/widgets/e-minicard-view.h
@@ -74,10 +74,9 @@ struct _EMinicardView
GList *drag_list;
- int canvas_destroy_id;
- int canvas_drag_data_get_id;
+ guint canvas_drag_data_get_id;
- int status_message_id;
+ guint writable_status_id;
};
struct _EMinicardViewClass