aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorDiego Escalante Urrelo <diegoe@gnome.org>2007-07-26 04:46:37 +0800
committerDiego Escalante Urrelo <diegoe@src.gnome.org>2007-07-26 04:46:37 +0800
commit0217086af0c7ec95f972fe3a8a922cf245001fd0 (patch)
tree28dca67562cf0786f8a312ddf89d128f45a085f5 /ChangeLog
parentd9eabc283b3c3022e93923416eeb7b160029bb12 (diff)
downloadgsoc2013-epiphany-0217086af0c7ec95f972fe3a8a922cf245001fd0.tar
gsoc2013-epiphany-0217086af0c7ec95f972fe3a8a922cf245001fd0.tar.gz
gsoc2013-epiphany-0217086af0c7ec95f972fe3a8a922cf245001fd0.tar.bz2
gsoc2013-epiphany-0217086af0c7ec95f972fe3a8a922cf245001fd0.tar.lz
gsoc2013-epiphany-0217086af0c7ec95f972fe3a8a922cf245001fd0.tar.xz
gsoc2013-epiphany-0217086af0c7ec95f972fe3a8a922cf245001fd0.tar.zst
gsoc2013-epiphany-0217086af0c7ec95f972fe3a8a922cf245001fd0.zip
Checks that if we are dragging an element of type EPHY_DND_URI_LIST_TYPE
2007-07-25 Diego Escalante Urrelo <diegoe@gnome.org> * src/ephy-notebook.c: Checks that if we are dragging an element of type EPHY_DND_URI_LIST_TYPE we don't reuse an already existing tab to open the first element of the list. Fixes bug #313636. svn path=/trunk/; revision=7196
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2d0476041..a460ba1cb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2007-07-25 Diego Escalante Urrelo <diegoe@gnome.org>
+ * src/ephy-notebook.c:
+
+ Checks that if we are dragging an element of type
+ EPHY_DND_URI_LIST_TYPE we don't reuse an already existing tab to open
+ the first element of the list. Fixes bug #313636.
+
+2007-07-25 Diego Escalante Urrelo <diegoe@gnome.org>
+
* src/prefs-dialog.c:
* data/glade/prefs-dialog.glade: