diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2005-01-05 04:22:46 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2005-01-05 04:22:46 +0800 |
commit | af3fc43e417a96bc31b5bda39153980486da1ca9 (patch) | |
tree | af5f08ed8711d344819d05ffa00e12957c00f230 /ChangeLog | |
parent | 85902550f35183f47b8ecb188047c0bb375b6d26 (diff) | |
download | gsoc2013-epiphany-af3fc43e417a96bc31b5bda39153980486da1ca9.tar gsoc2013-epiphany-af3fc43e417a96bc31b5bda39153980486da1ca9.tar.gz gsoc2013-epiphany-af3fc43e417a96bc31b5bda39153980486da1ca9.tar.bz2 gsoc2013-epiphany-af3fc43e417a96bc31b5bda39153980486da1ca9.tar.lz gsoc2013-epiphany-af3fc43e417a96bc31b5bda39153980486da1ca9.tar.xz gsoc2013-epiphany-af3fc43e417a96bc31b5bda39153980486da1ca9.tar.zst gsoc2013-epiphany-af3fc43e417a96bc31b5bda39153980486da1ca9.zip |
Better fix for bug #119461, just use gtk_button_set_focus_on_click().
2005-01-04 Christian Persch <chpe@cvs.gnome.org>
* src/ephy-notebook.c: (close_button_clicked_cb),
(build_tab_label):
Better fix for bug #119461, just use gtk_button_set_focus_on_click().
Thanks to tko for pointing this out to me.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2005-01-04 Christian Persch <chpe@cvs.gnome.org> + + * src/ephy-notebook.c: (close_button_clicked_cb), + (build_tab_label): + + Better fix for bug #119461, just use gtk_button_set_focus_on_click(). + Thanks to tko for pointing this out to me. + 2005-01-03 Adam Hooper <adamh@cvs.gnome.org> * embed/ephy-embed.c: (ephy_embed_base_init): |