diff options
author | Marco Pesenti Gritti <marco@it.gnome.org> | 2003-02-20 23:47:25 +0800 |
---|---|---|
committer | Marco Pesenti Gritti <mpeseng@src.gnome.org> | 2003-02-20 23:47:25 +0800 |
commit | 443bb3dcad6c71a4d847091e5655d66e475742bd (patch) | |
tree | ee914900a0aa5c9a20282c3fa6020f5e57bed8ef /ChangeLog | |
parent | aadbd414cacd3cd88c3e5fdded7dcf8387533b70 (diff) | |
download | gsoc2013-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-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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): |