diff options
author | Marco Pesenti Gritti <marco@gnome.org> | 2003-09-04 21:46:49 +0800 |
---|---|---|
committer | Marco Pesenti Gritti <marco@src.gnome.org> | 2003-09-04 21:46:49 +0800 |
commit | d7e10b81a7d8b2cef33a902d9f672e774b672aa8 (patch) | |
tree | cfb74ee784f302a6b922bde65a3eb0f52c56cbfc /ChangeLog | |
parent | a16915c7337f69679aca212484a5f9568decb217 (diff) | |
download | gsoc2013-epiphany-d7e10b81a7d8b2cef33a902d9f672e774b672aa8.tar gsoc2013-epiphany-d7e10b81a7d8b2cef33a902d9f672e774b672aa8.tar.gz gsoc2013-epiphany-d7e10b81a7d8b2cef33a902d9f672e774b672aa8.tar.bz2 gsoc2013-epiphany-d7e10b81a7d8b2cef33a902d9f672e774b672aa8.tar.lz gsoc2013-epiphany-d7e10b81a7d8b2cef33a902d9f672e774b672aa8.tar.xz gsoc2013-epiphany-d7e10b81a7d8b2cef33a902d9f672e774b672aa8.tar.zst gsoc2013-epiphany-d7e10b81a7d8b2cef33a902d9f672e774b672aa8.zip |
Use x,y only on drop, otherwise they are invalid. Damn that api suck.
2003-09-04 Marco Pesenti Gritti <marco@gnome.org>
* lib/widgets/ephy-node-view.c: (drag_data_received_cb):
Use x,y only on drop, otherwise they are invalid. Damn
that api suck.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,12 @@ 2003-09-04 Marco Pesenti Gritti <marco@gnome.org> + * lib/widgets/ephy-node-view.c: (drag_data_received_cb): + + Use x,y only on drop, otherwise they are invalid. Damn + that api suck. + +2003-09-04 Marco Pesenti Gritti <marco@gnome.org> + * data/ui/epiphany-history-window-ui.xml.in: Fix a typo in the xml |