aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorDiego Escalante Urrelo <diegoe@gnome.org>2007-04-03 04:32:06 +0800
committerDiego Escalante Urrelo <diegoe@src.gnome.org>2007-04-03 04:32:06 +0800
commit32e229860e6d4dc22516f954ed1daea8a06eb894 (patch)
tree890f5462e0a68121cb7916edb957495d09f9bde8 /ChangeLog
parentef9323ca156d736e1b1794350c8473b34bc39e56 (diff)
downloadgsoc2013-epiphany-32e229860e6d4dc22516f954ed1daea8a06eb894.tar
gsoc2013-epiphany-32e229860e6d4dc22516f954ed1daea8a06eb894.tar.gz
gsoc2013-epiphany-32e229860e6d4dc22516f954ed1daea8a06eb894.tar.bz2
gsoc2013-epiphany-32e229860e6d4dc22516f954ed1daea8a06eb894.tar.lz
gsoc2013-epiphany-32e229860e6d4dc22516f954ed1daea8a06eb894.tar.xz
gsoc2013-epiphany-32e229860e6d4dc22516f954ed1daea8a06eb894.tar.zst
gsoc2013-epiphany-32e229860e6d4dc22516f954ed1daea8a06eb894.zip
Allow the user to select a different bookmark topic on the toolbar by just
2007-04-02 Diego Escalante Urrelo <diegoe@gnome.org> * src/bookmarks/ephy-topic-action.c: Allow the user to select a different bookmark topic on the toolbar by just moving the mouse. Old behaviour forced the user to click each topic button to activate the menu, now only the first click is required. Bug #363848. Patch by John Millikin. svn path=/trunk/; revision=6981
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e02d6caff..96b5d3060 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2007-04-02 Diego Escalante Urrelo <diegoe@gnome.org>
+
+ * src/bookmarks/ephy-topic-action.c:
+
+ Allow the user to select a different bookmark topic on the toolbar by
+ just moving the mouse. Old behaviour forced the user to click each
+ topic button to activate the menu, now only the first click is
+ required. Bug #363848. Patch by John Millikin.
+
2007-03-29 Christian Persch <chpe@gnome.org>
* lib/ephy-password-dialog.c: (ephy_password_dialog_constructor):