diff options
author | Crispin Flowerday <gnome@flowerday.cx> | 2005-12-06 07:21:05 +0800 |
---|---|---|
committer | Crispin Flowerday <crispin@src.gnome.org> | 2005-12-06 07:21:05 +0800 |
commit | 2d52ce5068da8edb865c02fb2b905920d7f1056b (patch) | |
tree | dd6947be746cdd87580ab4cf107d448ed5c609db /ChangeLog | |
parent | 868e8cd543052eb6ad0c6a1642914230ca88b6cb (diff) | |
download | gsoc2013-epiphany-2d52ce5068da8edb865c02fb2b905920d7f1056b.tar gsoc2013-epiphany-2d52ce5068da8edb865c02fb2b905920d7f1056b.tar.gz gsoc2013-epiphany-2d52ce5068da8edb865c02fb2b905920d7f1056b.tar.bz2 gsoc2013-epiphany-2d52ce5068da8edb865c02fb2b905920d7f1056b.tar.lz gsoc2013-epiphany-2d52ce5068da8edb865c02fb2b905920d7f1056b.tar.xz gsoc2013-epiphany-2d52ce5068da8edb865c02fb2b905920d7f1056b.tar.zst gsoc2013-epiphany-2d52ce5068da8edb865c02fb2b905920d7f1056b.zip |
Fix a compile warning, and don't bother requesting a close if the find bar
2005-12-05 Crispin Flowerday <gnome@flowerday.cx>
* src/ephy-find-toolbar.c: (entry_changed_cb),
(ephy_find_toolbar_request_close):
Fix a compile warning, and don't bother requesting a close
if the find bar is already closed
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2005-12-05 Crispin Flowerday <gnome@flowerday.cx> + + * src/ephy-find-toolbar.c: (entry_changed_cb), + (ephy_find_toolbar_request_close): + + Fix a compile warning, and don't bother requesting a close + if the find bar is already closed + 2005-12-05 Christian Persch <chpe@cvs.gnome.org> * src/ephy-tabs-menu.c: (tab_set_action_accelerator): |