aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2004-10-22 23:50:27 +0800
committerChristian Persch <chpe@src.gnome.org>2004-10-22 23:50:27 +0800
commitc32a9d9770aa342802bb8f8bdf5e54663b40437f (patch)
tree9e77a821e4aef497c3a04fdade8ca49924754978 /ChangeLog
parent79d6fe5e18ec0e08e8ed165d47b41f012316ec55 (diff)
downloadgsoc2013-epiphany-c32a9d9770aa342802bb8f8bdf5e54663b40437f.tar
gsoc2013-epiphany-c32a9d9770aa342802bb8f8bdf5e54663b40437f.tar.gz
gsoc2013-epiphany-c32a9d9770aa342802bb8f8bdf5e54663b40437f.tar.bz2
gsoc2013-epiphany-c32a9d9770aa342802bb8f8bdf5e54663b40437f.tar.lz
gsoc2013-epiphany-c32a9d9770aa342802bb8f8bdf5e54663b40437f.tar.xz
gsoc2013-epiphany-c32a9d9770aa342802bb8f8bdf5e54663b40437f.tar.zst
gsoc2013-epiphany-c32a9d9770aa342802bb8f8bdf5e54663b40437f.zip
Add tooltips on the arrows, and fix the tooltip on the "Up" button to be
2004-10-22 Christian Persch <chpe@cvs.gnome.org> * src/ephy-navigation-action.c: (set_tooltip_cb), (connect_proxy), (ephy_navigation_action_finalize), (ephy_navigation_action_set_property), (ephy_navigation_action_get_property), (ephy_navigation_action_class_init): * src/ephy-navigation-action.h: * src/toolbar.c: (toolbar_setup_actions): Add tooltips on the arrows, and fix the tooltip on the "Up" button to be consistent with nautilus. Thanks to spark for the string review; fixes bug #155825.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 063394f6c..cbaf3043a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,19 @@
2004-10-22 Christian Persch <chpe@cvs.gnome.org>
+ * src/ephy-navigation-action.c: (set_tooltip_cb), (connect_proxy),
+ (ephy_navigation_action_finalize),
+ (ephy_navigation_action_set_property),
+ (ephy_navigation_action_get_property),
+ (ephy_navigation_action_class_init):
+ * src/ephy-navigation-action.h:
+ * src/toolbar.c: (toolbar_setup_actions):
+
+ Add tooltips on the arrows, and fix the tooltip on the "Up" button
+ to be consistent with nautilus. Thanks to spark for the string review;
+ fixes bug #155825.
+
+2004-10-22 Christian Persch <chpe@cvs.gnome.org>
+
* src/ephy-extensions-manager.c:
(ephy_extensions_manager_register):