diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2004-03-07 03:02:38 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2004-03-07 03:02:38 +0800 |
commit | 84ecea1dfe100ec37b35f15beb3ce1783886967e (patch) | |
tree | 7ae5daeda778821d06b025c516007c35c8f85461 /ChangeLog | |
parent | 7c42de499225ffa0e144277c6b20e05fc9a11e6d (diff) | |
download | gsoc2013-epiphany-84ecea1dfe100ec37b35f15beb3ce1783886967e.tar gsoc2013-epiphany-84ecea1dfe100ec37b35f15beb3ce1783886967e.tar.gz gsoc2013-epiphany-84ecea1dfe100ec37b35f15beb3ce1783886967e.tar.bz2 gsoc2013-epiphany-84ecea1dfe100ec37b35f15beb3ce1783886967e.tar.lz gsoc2013-epiphany-84ecea1dfe100ec37b35f15beb3ce1783886967e.tar.xz gsoc2013-epiphany-84ecea1dfe100ec37b35f15beb3ce1783886967e.tar.zst gsoc2013-epiphany-84ecea1dfe100ec37b35f15beb3ce1783886967e.zip |
Fix crash when dragging a link to a tab label; I forgot to change this
2004-03-06 Christian Persch <chpe@cvs.gnome.org>
* src/ephy-notebook.c: (notebook_drag_data_received_cb):
Fix crash when dragging a link to a tab label; I forgot to change
this making the recent EphyTab/EphyEmbed changes.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,12 @@ 2004-03-06 Christian Persch <chpe@cvs.gnome.org> + * src/ephy-notebook.c: (notebook_drag_data_received_cb): + + Fix crash when dragging a link to a tab label; I forgot to change + this making the recent EphyTab/EphyEmbed changes. + +2004-03-06 Christian Persch <chpe@cvs.gnome.org> + * embed/mozilla/mozilla-embed.cpp: Also pop up the context menu with the menu key. |