aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Harvey <peter.a.harvey@gmail.com>2006-02-24 22:57:04 +0800
committerPeter Anthony Harvey <paharvey@src.gnome.org>2006-02-24 22:57:04 +0800
commite665f081cad919a243d5367c13ef039f8662bce5 (patch)
tree7325451d666878ddeccfdd6e3baeb678a2c6ea4c /ChangeLog
parentb9492e9f705fe2a09fa2690d4b403d9604d1a226 (diff)
downloadgsoc2013-epiphany-e665f081cad919a243d5367c13ef039f8662bce5.tar
gsoc2013-epiphany-e665f081cad919a243d5367c13ef039f8662bce5.tar.gz
gsoc2013-epiphany-e665f081cad919a243d5367c13ef039f8662bce5.tar.bz2
gsoc2013-epiphany-e665f081cad919a243d5367c13ef039f8662bce5.tar.lz
gsoc2013-epiphany-e665f081cad919a243d5367c13ef039f8662bce5.tar.xz
gsoc2013-epiphany-e665f081cad919a243d5367c13ef039f8662bce5.tar.zst
gsoc2013-epiphany-e665f081cad919a243d5367c13ef039f8662bce5.zip
src/bookmarks/ephy-bookmark-action.c
2006-02-24 Peter Harvey <peter.a.harvey@gmail.com> * src/bookmarks/ephy-bookmark-action.c Set the tooltip for bookmarks on the toolbar, using a 'title\nlocation' format. Bug #332113.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 33c85a208..43548d94a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,9 +2,16 @@
* src/bookmarks/ephy-bookmark-action.c
+ Set the tooltip for bookmarks on the toolbar, using a
+ 'title\nlocation' format. Bug #332113.
+
+2006-02-24 Peter Harvey <peter.a.harvey@gmail.com>
+
+ * src/bookmarks/ephy-bookmark-action.c
+
Update the bookmark icon if the toolbar is reconfigured
(happens when the theme changes). Everything else should
- be already handled by the class handler.
+ be already handled by the class handler. Bug #148940.
2006-02-24 Peter Harvey <peter.a.harvey@gmail.com>