diff options
author | Christopher James Lahey <clahey@ximian.com> | 2001-11-06 04:12:44 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2001-11-06 04:12:44 +0800 |
commit | c81e771e3bcafa9913f3b01a4f3d000e0933e883 (patch) | |
tree | 6afe176966f193ec59d0078c1f9a0eb72ef9cb2a /widgets/misc/ChangeLog | |
parent | 514e14b2c6fe46d3a786517cfd546a9ac2080af9 (diff) | |
download | gsoc2013-evolution-c81e771e3bcafa9913f3b01a4f3d000e0933e883.tar gsoc2013-evolution-c81e771e3bcafa9913f3b01a4f3d000e0933e883.tar.gz gsoc2013-evolution-c81e771e3bcafa9913f3b01a4f3d000e0933e883.tar.bz2 gsoc2013-evolution-c81e771e3bcafa9913f3b01a4f3d000e0933e883.tar.lz gsoc2013-evolution-c81e771e3bcafa9913f3b01a4f3d000e0933e883.tar.xz gsoc2013-evolution-c81e771e3bcafa9913f3b01a4f3d000e0933e883.tar.zst gsoc2013-evolution-c81e771e3bcafa9913f3b01a4f3d000e0933e883.zip |
Based on a patch by Damon Chaplin <damon@ximian.com>
2001-11-05 Christopher James Lahey <clahey@ximian.com>
Based on a patch by Damon Chaplin <damon@ximian.com>
* e-cell-date-edit.c: Connect to the button_press signal on the
popup and do the grab correctly so that this dialog behaves
properly when the user clicks it away. Also, changed all
instances of setting of popup_shown field of ECellPopup to call
e_cell_popup_set_shown. Fixes Ximian bug #14016.
svn path=/trunk/; revision=14594
Diffstat (limited to 'widgets/misc/ChangeLog')
-rw-r--r-- | widgets/misc/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/widgets/misc/ChangeLog b/widgets/misc/ChangeLog index 254cdf9bfb..a9c6d0eacd 100644 --- a/widgets/misc/ChangeLog +++ b/widgets/misc/ChangeLog @@ -1,3 +1,13 @@ +2001-11-05 Christopher James Lahey <clahey@ximian.com> + +Based on a patch by Damon Chaplin <damon@ximian.com> + + * e-cell-date-edit.c: Connect to the button_press signal on the + popup and do the grab correctly so that this dialog behaves + properly when the user clicks it away. Also, changed all + instances of setting of popup_shown field of ECellPopup to call + e_cell_popup_set_shown. Fixes Ximian bug #14016. + 2001-10-31 <NotZed@Ximian.com> * e-filter-bar.c (build_items): Snotty code so we only disconnect |