diff options
author | Christopher James Lahey <clahey@ximian.com> | 2002-06-06 03:38:00 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2002-06-06 03:38:00 +0800 |
commit | ba793447966329f53c4cf2b14f2bfd32fd6e9de9 (patch) | |
tree | f669e62cbd8f903432be0a9835773cfdb6671531 /addressbook/ChangeLog | |
parent | c47e9c1b4560a8bc03f5432b35a0c3f1a5093574 (diff) | |
download | gsoc2013-evolution-ba793447966329f53c4cf2b14f2bfd32fd6e9de9.tar gsoc2013-evolution-ba793447966329f53c4cf2b14f2bfd32fd6e9de9.tar.gz gsoc2013-evolution-ba793447966329f53c4cf2b14f2bfd32fd6e9de9.tar.bz2 gsoc2013-evolution-ba793447966329f53c4cf2b14f2bfd32fd6e9de9.tar.lz gsoc2013-evolution-ba793447966329f53c4cf2b14f2bfd32fd6e9de9.tar.xz gsoc2013-evolution-ba793447966329f53c4cf2b14f2bfd32fd6e9de9.tar.zst gsoc2013-evolution-ba793447966329f53c4cf2b14f2bfd32fd6e9de9.zip |
Call e_minicard_selected in the GDK_BUTTON_RELEASE case here.
2002-06-05 Christopher James Lahey <clahey@ximian.com>
* gui/widgets/e-minicard.c (e_minicard_event): Call
e_minicard_selected in the GDK_BUTTON_RELEASE case here.
(e_minicard_drag_begin): Set E_REFLOW (parent)->maybe_in_drag =
FALSE if it's an EReflow.
svn path=/trunk/; revision=17124
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 80d5610387..7244a91562 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,10 @@ +2002-06-05 Christopher James Lahey <clahey@ximian.com> + + * gui/widgets/e-minicard.c (e_minicard_event): Call + e_minicard_selected in the GDK_BUTTON_RELEASE case here. + (e_minicard_drag_begin): Set E_REFLOW (parent)->maybe_in_drag = + FALSE if it's an EReflow. + 2002-06-04 Christopher James Lahey <clahey@ximian.com> * gui/component/select-names/e-select-names-completion.c |