diff options
author | Not Zed <NotZed@Ximian.com> | 2002-11-26 18:41:05 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2002-11-26 18:41:05 +0800 |
commit | fb5e3d7237caed2397643f7e3d1e89572567bc64 (patch) | |
tree | 1f046cc44bd1de0e7e0f722db32e7e1641039bf3 /widgets/misc/ChangeLog | |
parent | c7c1187fdd64ab460a78b19d471627a9f7aebd07 (diff) | |
download | gsoc2013-evolution-fb5e3d7237caed2397643f7e3d1e89572567bc64.tar.gz gsoc2013-evolution-fb5e3d7237caed2397643f7e3d1e89572567bc64.tar.zst gsoc2013-evolution-fb5e3d7237caed2397643f7e3d1e89572567bc64.zip |
Dont grab_add anymore on the button, gtk_button is changed in gtk2 not to
2002-11-26 Not Zed <NotZed@Ximian.com>
* e-combo-button.c (impl_button_press_event): Dont grab_add
anymore on the button, gtk_button is changed in gtk2 not to do
this anymore.
svn path=/trunk/; revision=18921
Diffstat (limited to 'widgets/misc/ChangeLog')
-rw-r--r-- | widgets/misc/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/widgets/misc/ChangeLog b/widgets/misc/ChangeLog index bb0f24bd47..9283f709a9 100644 --- a/widgets/misc/ChangeLog +++ b/widgets/misc/ChangeLog @@ -1,3 +1,9 @@ +2002-11-26 Not Zed <NotZed@Ximian.com> + + * e-combo-button.c (impl_button_press_event): Dont grab_add + anymore on the button, gtk_button is changed in gtk2 not to do + this anymore. + 2002-11-15 Chris Toshok <toshok@ximian.com> * e-clipped-label.c (build_layout): new function, build pango |