aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2004-01-21 22:04:48 +0800
committerChristian Persch <chpe@src.gnome.org>2004-01-21 22:04:48 +0800
commit75834982ca350dda7e1ad8b5aa3f2f39bd9cad5b (patch)
treeaefcedd89ac97d1ef9dcccc0d855eec616cb4d18 /ChangeLog
parentfce5cd9176a15b7f42aa1707c2e2c25537d8fb1e (diff)
downloadgsoc2013-epiphany-75834982ca350dda7e1ad8b5aa3f2f39bd9cad5b.tar
gsoc2013-epiphany-75834982ca350dda7e1ad8b5aa3f2f39bd9cad5b.tar.gz
gsoc2013-epiphany-75834982ca350dda7e1ad8b5aa3f2f39bd9cad5b.tar.bz2
gsoc2013-epiphany-75834982ca350dda7e1ad8b5aa3f2f39bd9cad5b.tar.lz
gsoc2013-epiphany-75834982ca350dda7e1ad8b5aa3f2f39bd9cad5b.tar.xz
gsoc2013-epiphany-75834982ca350dda7e1ad8b5aa3f2f39bd9cad5b.tar.zst
gsoc2013-epiphany-75834982ca350dda7e1ad8b5aa3f2f39bd9cad5b.zip
Set "tooltip" property on bookmark actions to the url. That way we display
2004-01-21 Christian Persch <chpe@cvs.gnome.org> * src/bookmarks/ephy-bookmark-action.c: (ephy_bookmark_action_get_type), (ephy_bookmark_action_set_property), (ephy_bookmark_action_get_property), (ephy_bookmark_action_class_init): Set "tooltip" property on bookmark actions to the url. That way we display it in the status bar with no extra steps taken.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index be1642380..14f25700b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2004-01-21 Christian Persch <chpe@cvs.gnome.org>
+
+ * src/bookmarks/ephy-bookmark-action.c:
+ (ephy_bookmark_action_get_type),
+ (ephy_bookmark_action_set_property),
+ (ephy_bookmark_action_get_property),
+ (ephy_bookmark_action_class_init):
+
+ Set "tooltip" property on bookmark actions to the url. That way
+ we display it in the status bar with no extra steps taken.
+
2004-01-21 Piers Cornwell <piers@myrealbox.com>
* embed/downloader-view.c: (update_status_icon),