From d609a3a09c88b9fc96f300b3637fb1b14f282142 Mon Sep 17 00:00:00 2001 From: Christopher James Lahey Date: Fri, 26 Oct 2001 13:24:50 +0000 Subject: Added has_cursor argument. Setting the argument to TRUE if the minicard 2001-10-26 Christopher James Lahey * gui/widgets/e-minicard.c, gui/widgets/e-minicard.h (set_has_cursor): Added has_cursor argument. Setting the argument to TRUE if the minicard doesn't have focus will grab the focus. Fixes Ximian bug #3024. svn path=/trunk/; revision=14137 --- addressbook/gui/widgets/e-minicard.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'addressbook/gui/widgets/e-minicard.h') diff --git a/addressbook/gui/widgets/e-minicard.h b/addressbook/gui/widgets/e-minicard.h index bd74a24c09..434f7637a1 100644 --- a/addressbook/gui/widgets/e-minicard.h +++ b/addressbook/gui/widgets/e-minicard.h @@ -83,7 +83,8 @@ struct _EMinicard guint changed : 1; guint selected : 1; - + guint has_cursor : 1; + guint has_focus : 1; guint editable : 1; -- cgit v1.2.3