diff options
author | Marco Pesenti Gritti <marco@gnome.org> | 2004-03-14 09:01:03 +0800 |
---|---|---|
committer | Marco Pesenti Gritti <marco@src.gnome.org> | 2004-03-14 09:01:03 +0800 |
commit | 473bd44d6460ff9e71844a5d7a5895e547be26b5 (patch) | |
tree | 55808cce66cdf0ccb9554d7defc7e0c32c0a18e7 /ChangeLog | |
parent | 2384f5872c8a4f3f400b3be011bcaa5e9a77cfac (diff) | |
download | gsoc2013-epiphany-473bd44d6460ff9e71844a5d7a5895e547be26b5.tar gsoc2013-epiphany-473bd44d6460ff9e71844a5d7a5895e547be26b5.tar.gz gsoc2013-epiphany-473bd44d6460ff9e71844a5d7a5895e547be26b5.tar.bz2 gsoc2013-epiphany-473bd44d6460ff9e71844a5d7a5895e547be26b5.tar.lz gsoc2013-epiphany-473bd44d6460ff9e71844a5d7a5895e547be26b5.tar.xz gsoc2013-epiphany-473bd44d6460ff9e71844a5d7a5895e547be26b5.tar.zst gsoc2013-epiphany-473bd44d6460ff9e71844a5d7a5895e547be26b5.zip |
Deal with the case where data_received signal is emitted asyncrounously.
2004-03-14 Marco Pesenti Gritti <marco@gnome.org>
* lib/egg/egg-editable-toolbar.c: (drag_data_received_cb),
(toolbar_drag_motion_cb), (egg_editable_toolbar_init):
Deal with the case where data_received signal is emitted
asyncrounously.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2004-03-14 Marco Pesenti Gritti <marco@gnome.org> + + * lib/egg/egg-editable-toolbar.c: (drag_data_received_cb), + (toolbar_drag_motion_cb), (egg_editable_toolbar_init): + + Deal with the case where data_received signal is emitted + asyncrounously. + 2004-03-13 Alexander Shopov <ash@contact.bg> * configure.in: Added bg to ALL_LINGUAS. |