diff options
author | Marco Pesenti Gritti <marco@it.gnome.org> | 2003-08-03 01:25:25 +0800 |
---|---|---|
committer | Marco Pesenti Gritti <mpeseng@src.gnome.org> | 2003-08-03 01:25:25 +0800 |
commit | ce63434f4b47c89c4e9babd2c63a2e998f188d3f (patch) | |
tree | c287e6190fc8740073ad4273d65d6599f05688d4 /ChangeLog | |
parent | d55879c531844be5e852d367c037e84e886d445a (diff) | |
download | gsoc2013-epiphany-ce63434f4b47c89c4e9babd2c63a2e998f188d3f.tar gsoc2013-epiphany-ce63434f4b47c89c4e9babd2c63a2e998f188d3f.tar.gz gsoc2013-epiphany-ce63434f4b47c89c4e9babd2c63a2e998f188d3f.tar.bz2 gsoc2013-epiphany-ce63434f4b47c89c4e9babd2c63a2e998f188d3f.tar.lz gsoc2013-epiphany-ce63434f4b47c89c4e9babd2c63a2e998f188d3f.tar.xz gsoc2013-epiphany-ce63434f4b47c89c4e9babd2c63a2e998f188d3f.tar.zst gsoc2013-epiphany-ce63434f4b47c89c4e9babd2c63a2e998f188d3f.zip |
Work around for a gtk issue. Do not assert if a click outside the notebook
2003-08-02 Marco Pesenti Gritti <marco@it.gnome.org>
* src/ephy-notebook.c: (find_tab_num_at_pos), (button_press_cb):
Work around for a gtk issue. Do not assert if a click outside the notebook
is reported in button_press, just ignore.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2003-08-02 Marco Pesenti Gritti <marco@it.gnome.org> + + * src/ephy-notebook.c: (find_tab_num_at_pos), (button_press_cb): + + Work around for a gtk issue. Do not assert if a click outside the notebook + is reported in button_press, just ignore. + 2003-08-02 Christian Persch * src/ephy-encodings-menu.c: (build_group): |