aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/widgets/e-minicard.c
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@helixcode.com>2000-06-02 06:29:10 +0800
committerChris Lahey <clahey@src.gnome.org>2000-06-02 06:29:10 +0800
commit5ea91bd94b21b27d83d0f6b14d64ce8c0df88acf (patch)
treea8a02635e105fd6c4a11fb163249c6420755cece /addressbook/gui/widgets/e-minicard.c
parent8f4bcac53f23aa42a221f2105263a33521e77c85 (diff)
downloadgsoc2013-evolution-5ea91bd94b21b27d83d0f6b14d64ce8c0df88acf.tar
gsoc2013-evolution-5ea91bd94b21b27d83d0f6b14d64ce8c0df88acf.tar.gz
gsoc2013-evolution-5ea91bd94b21b27d83d0f6b14d64ce8c0df88acf.tar.bz2
gsoc2013-evolution-5ea91bd94b21b27d83d0f6b14d64ce8c0df88acf.tar.lz
gsoc2013-evolution-5ea91bd94b21b27d83d0f6b14d64ce8c0df88acf.tar.xz
gsoc2013-evolution-5ea91bd94b21b27d83d0f6b14d64ce8c0df88acf.tar.zst
gsoc2013-evolution-5ea91bd94b21b27d83d0f6b14d64ce8c0df88acf.zip
return TRUE if opening a contact editor so that we don't get a "new
2000-06-01 Christopher James Lahey <clahey@helixcode.com> * gui/minicard/e-minicard.c: return TRUE if opening a contact editor so that we don't get a "new dialog" contact editor. svn path=/trunk/; revision=3342
Diffstat (limited to 'addressbook/gui/widgets/e-minicard.c')
-rw-r--r--addressbook/gui/widgets/e-minicard.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/addressbook/gui/widgets/e-minicard.c b/addressbook/gui/widgets/e-minicard.c
index 834bd3a0b0..1510c34205 100644
--- a/addressbook/gui/widgets/e-minicard.c
+++ b/addressbook/gui/widgets/e-minicard.c
@@ -423,6 +423,7 @@ e_minicard_event (GnomeCanvasItem *item, GdkEvent *event)
card_changed_cb,
NULL);
}
+ return TRUE;
}
break;
case GDK_KEY_PRESS: