diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2006-05-11 20:27:27 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2006-05-11 20:27:27 +0800 |
commit | 9939b3eb08798c81c01720c3207d41662064f046 (patch) | |
tree | 617aa76a011c133960812dcf4ff201fd929512b9 /ChangeLog | |
parent | b15ab14ae41b52fa6b14c283b937fb346b0cf9b6 (diff) | |
download | gsoc2013-epiphany-9939b3eb08798c81c01720c3207d41662064f046.tar gsoc2013-epiphany-9939b3eb08798c81c01720c3207d41662064f046.tar.gz gsoc2013-epiphany-9939b3eb08798c81c01720c3207d41662064f046.tar.bz2 gsoc2013-epiphany-9939b3eb08798c81c01720c3207d41662064f046.tar.lz gsoc2013-epiphany-9939b3eb08798c81c01720c3207d41662064f046.tar.xz gsoc2013-epiphany-9939b3eb08798c81c01720c3207d41662064f046.tar.zst gsoc2013-epiphany-9939b3eb08798c81c01720c3207d41662064f046.zip |
Allow text drags to notebook tab labels. Bug #339339, patch by Michael
2006-05-11 Christian Persch <chpe@cvs.gnome.org>
* src/ephy-notebook.c: (notebook_drag_data_received_cb),
(ephy_notebook_init), (build_tab_label):
Allow text drags to notebook tab labels. Bug #339339, patch by Michael
Hofmann.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,5 +1,13 @@ 2006-05-11 Christian Persch <chpe@cvs.gnome.org> + * src/ephy-notebook.c: (notebook_drag_data_received_cb), + (ephy_notebook_init), (build_tab_label): + + Allow text drags to notebook tab labels. Bug #339339, patch by Michael + Hofmann. + +2006-05-11 Christian Persch <chpe@cvs.gnome.org> + * src/bookmarks/ephy-bookmarks.c: (add_to_favorites), (resolve_cb), (browse_cb): |