diff options
author | Marco Pesenti Gritti <marco@it.gnome.org> | 2003-02-21 00:24:41 +0800 |
---|---|---|
committer | Marco Pesenti Gritti <mpeseng@src.gnome.org> | 2003-02-21 00:24:41 +0800 |
commit | a923f76715c4cca404b318f5370b8098b4b0a83f (patch) | |
tree | 7d25164ecfe2740aaf5ce8b04e0ac54ce5003979 /ChangeLog | |
parent | 443bb3dcad6c71a4d847091e5655d66e475742bd (diff) | |
download | gsoc2013-epiphany-a923f76715c4cca404b318f5370b8098b4b0a83f.tar gsoc2013-epiphany-a923f76715c4cca404b318f5370b8098b4b0a83f.tar.gz gsoc2013-epiphany-a923f76715c4cca404b318f5370b8098b4b0a83f.tar.bz2 gsoc2013-epiphany-a923f76715c4cca404b318f5370b8098b4b0a83f.tar.lz gsoc2013-epiphany-a923f76715c4cca404b318f5370b8098b4b0a83f.tar.xz gsoc2013-epiphany-a923f76715c4cca404b318f5370b8098b4b0a83f.tar.zst gsoc2013-epiphany-a923f76715c4cca404b318f5370b8098b4b0a83f.zip |
Dont crash when dragging a new bookmark on the toolbar and then click
2003-02-20 Marco Pesenti Gritti <marco@it.gnome.org>
* lib/widgets/ephy-editable-toolbar.c: (drag_data_received_cb):
* src/toolbar.c: (toolbar_get_action):
Dont crash when dragging a new bookmark on the toolbar and
then click cancel.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,5 +1,13 @@ 2003-02-20 Marco Pesenti Gritti <marco@it.gnome.org> + * lib/widgets/ephy-editable-toolbar.c: (drag_data_received_cb): + * src/toolbar.c: (toolbar_get_action): + + Dont crash when dragging a new bookmark on the toolbar and + then click cancel. + +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), |