aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@gnome.org>2004-07-05 08:02:09 +0800
committerMarco Pesenti Gritti <marco@src.gnome.org>2004-07-05 08:02:09 +0800
commitd074a82a8c1427eeafc1c2f65db0a00c0755bac8 (patch)
treee769c054b6fd0f9919964bdea931484091095baa /ChangeLog
parent88b80a860b47b19756c162df89307a58a43ceeeb (diff)
downloadgsoc2013-epiphany-d074a82a8c1427eeafc1c2f65db0a00c0755bac8.tar
gsoc2013-epiphany-d074a82a8c1427eeafc1c2f65db0a00c0755bac8.tar.gz
gsoc2013-epiphany-d074a82a8c1427eeafc1c2f65db0a00c0755bac8.tar.bz2
gsoc2013-epiphany-d074a82a8c1427eeafc1c2f65db0a00c0755bac8.tar.lz
gsoc2013-epiphany-d074a82a8c1427eeafc1c2f65db0a00c0755bac8.tar.xz
gsoc2013-epiphany-d074a82a8c1427eeafc1c2f65db0a00c0755bac8.tar.zst
gsoc2013-epiphany-d074a82a8c1427eeafc1c2f65db0a00c0755bac8.zip
Support also GDK_ACTION_COPY. Fix #145254.
2004-07-05 Marco Pesenti Gritti <marco@gnome.org> * src/bookmarks/ephy-bookmark-action.c: (drag_motion_cb): Support also GDK_ACTION_COPY. Fix #145254. * src/ephy-notebook.c: (notebook_drag_data_received_cb): Use the notebook to access the toplevel, data passed to the signal can be NULL.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4f9a6bd22..a74429e68 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2004-07-05 Marco Pesenti Gritti <marco@gnome.org>
+
+ * src/bookmarks/ephy-bookmark-action.c: (drag_motion_cb):
+
+ Support also GDK_ACTION_COPY. Fix #145254.
+
+ * src/ephy-notebook.c: (notebook_drag_data_received_cb):
+
+ Use the notebook to access the toplevel, data passed to the
+ signal can be NULL.
+
2004-07-05 Christian Persch <chpe@cvs.gnome.org>
* embed/mozilla/EphySingle.cpp: