aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@gnome.org>2004-02-28 08:45:05 +0800
committerMarco Pesenti Gritti <marco@src.gnome.org>2004-02-28 08:45:05 +0800
commit4dad5fa5c5e4ce8c0f28d516d6a1781e8ecf9514 (patch)
treee6b005164f7049405386c8ac66a7da1d898bbcbf /ChangeLog
parent86636557589b2102a506aea689c3f06a646dbcfe (diff)
downloadgsoc2013-epiphany-4dad5fa5c5e4ce8c0f28d516d6a1781e8ecf9514.tar
gsoc2013-epiphany-4dad5fa5c5e4ce8c0f28d516d6a1781e8ecf9514.tar.gz
gsoc2013-epiphany-4dad5fa5c5e4ce8c0f28d516d6a1781e8ecf9514.tar.bz2
gsoc2013-epiphany-4dad5fa5c5e4ce8c0f28d516d6a1781e8ecf9514.tar.lz
gsoc2013-epiphany-4dad5fa5c5e4ce8c0f28d516d6a1781e8ecf9514.tar.xz
gsoc2013-epiphany-4dad5fa5c5e4ce8c0f28d516d6a1781e8ecf9514.tar.zst
gsoc2013-epiphany-4dad5fa5c5e4ce8c0f28d516d6a1781e8ecf9514.zip
Sucky but not intrusive hack to make dnd on the address entry work when
2004-02-28 Marco Pesenti Gritti <marco@gnome.org> * lib/egg/egg-editable-toolbar.c: (egg_editable_toolbar_get_edit_mode): * lib/egg/egg-editable-toolbar.h: * lib/widgets/ephy-location-entry.c: (toolbar_is_editable), (entry_drag_motion_cb), (entry_drag_drop_cb), (ephy_location_entry_construct_contents): Sucky but not intrusive hack to make dnd on the address entry work when editing toolbar. A better solution will be found when the toolbar editor will get in gtk. Based on a patch from Søren Sandmann, bug 132467.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 03c5406e6..2ea853114 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+2004-02-28 Marco Pesenti Gritti <marco@gnome.org>
+
+ * lib/egg/egg-editable-toolbar.c:
+ (egg_editable_toolbar_get_edit_mode):
+ * lib/egg/egg-editable-toolbar.h:
+ * lib/widgets/ephy-location-entry.c: (toolbar_is_editable),
+ (entry_drag_motion_cb), (entry_drag_drop_cb),
+ (ephy_location_entry_construct_contents):
+
+ Sucky but not intrusive hack to make dnd on the address
+ entry work when editing toolbar. A better solution
+ will be found when the toolbar editor will get in gtk.
+ Based on a patch from Søren Sandmann, bug 132467.
+
2004-02-28 Xan Lopez <xan@gnome.org>
* src/bookmarks/ephy-bookmarks-import.c: (ephy_bookmarks_import):