diff options
author | Peter Harvey <peter.a.harvey@gmail.com> | 2006-02-24 22:57:04 +0800 |
---|---|---|
committer | Peter Anthony Harvey <paharvey@src.gnome.org> | 2006-02-24 22:57:04 +0800 |
commit | e665f081cad919a243d5367c13ef039f8662bce5 (patch) | |
tree | 7325451d666878ddeccfdd6e3baeb678a2c6ea4c /ChangeLog | |
parent | b9492e9f705fe2a09fa2690d4b403d9604d1a226 (diff) | |
download | gsoc2013-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-- | ChangeLog | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -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> |