aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorCrispin Flowerday <gnome@flowerday.cx>2005-12-06 07:21:05 +0800
committerCrispin Flowerday <crispin@src.gnome.org>2005-12-06 07:21:05 +0800
commit2d52ce5068da8edb865c02fb2b905920d7f1056b (patch)
treedd6947be746cdd87580ab4cf107d448ed5c609db /ChangeLog
parent868e8cd543052eb6ad0c6a1642914230ca88b6cb (diff)
downloadgsoc2013-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--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 288ce3d39..4d80028d7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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):