aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@it.gnome.org>2003-02-20 23:47:25 +0800
committerMarco Pesenti Gritti <mpeseng@src.gnome.org>2003-02-20 23:47:25 +0800
commit443bb3dcad6c71a4d847091e5655d66e475742bd (patch)
treeee914900a0aa5c9a20282c3fa6020f5e57bed8ef /ChangeLog
parentaadbd414cacd3cd88c3e5fdded7dcf8387533b70 (diff)
downloadgsoc2013-epiphany-443bb3dcad6c71a4d847091e5655d66e475742bd.tar
gsoc2013-epiphany-443bb3dcad6c71a4d847091e5655d66e475742bd.tar.gz
gsoc2013-epiphany-443bb3dcad6c71a4d847091e5655d66e475742bd.tar.bz2
gsoc2013-epiphany-443bb3dcad6c71a4d847091e5655d66e475742bd.tar.lz
gsoc2013-epiphany-443bb3dcad6c71a4d847091e5655d66e475742bd.tar.xz
gsoc2013-epiphany-443bb3dcad6c71a4d847091e5655d66e475742bd.tar.zst
gsoc2013-epiphany-443bb3dcad6c71a4d847091e5655d66e475742bd.zip
Fix this crazy bug with toolbar buttons doing two actions after having
2003-02-20 Marco Pesenti Gritti <marco@it.gnome.org> * lib/widgets/ephy-toolbars-group.c: (ephy_toolbars_group_to_string), (ephy_toolbars_group_remove_toolbar), (ephy_toolbars_group_remove_item), (ephy_toolbars_group_get_path): Fix this crazy bug with toolbar buttons doing two actions after having edited them. Save toolbar editor also after removing items.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 06f9fa132..7b200b674 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,16 @@
2003-02-20 Marco Pesenti Gritti <marco@it.gnome.org>
+ * lib/widgets/ephy-toolbars-group.c:
+ (ephy_toolbars_group_to_string),
+ (ephy_toolbars_group_remove_toolbar),
+ (ephy_toolbars_group_remove_item), (ephy_toolbars_group_get_path):
+
+ Fix this crazy bug with toolbar buttons doing two actions after
+ having edited them.
+ Save toolbar editor also after removing items.
+
+2003-02-20 Marco Pesenti Gritti <marco@it.gnome.org>
+
* lib/widgets/ephy-location-entry.c:
(ephy_location_entry_list_event_after_cb),
(ephy_location_entry_editable_changed_cb):