diff options
author | Christian Persch <chpe@gnome.org> | 2007-05-20 01:12:45 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2007-05-20 01:12:45 +0800 |
commit | 661051d3901f5d2727aa0028da333dc541dec024 (patch) | |
tree | b86c38024f9a3aaa53ad279f89f100b411a5f421 /ChangeLog | |
parent | 6b6326339b313a8bb468e7fc868dd1f008308d80 (diff) | |
download | gsoc2013-epiphany-661051d3901f5d2727aa0028da333dc541dec024.tar gsoc2013-epiphany-661051d3901f5d2727aa0028da333dc541dec024.tar.gz gsoc2013-epiphany-661051d3901f5d2727aa0028da333dc541dec024.tar.bz2 gsoc2013-epiphany-661051d3901f5d2727aa0028da333dc541dec024.tar.lz gsoc2013-epiphany-661051d3901f5d2727aa0028da333dc541dec024.tar.xz gsoc2013-epiphany-661051d3901f5d2727aa0028da333dc541dec024.tar.zst gsoc2013-epiphany-661051d3901f5d2727aa0028da333dc541dec024.zip |
Add pref for smooth scroll, bug #162489. Use GSlice to allocate the prefs
2007-05-19 Christian Persch <chpe@gnome.org>
* embed/ephy-embed-prefs.h:
* embed/mozilla/mozilla-notifiers.cpp:
Add pref for smooth scroll, bug #162489.
Use GSlice to allocate the prefs notifier data.
Check the pref type.
svn path=/trunk/; revision=7037
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,5 +1,14 @@ 2007-05-19 Christian Persch <chpe@gnome.org> + * embed/ephy-embed-prefs.h: + * embed/mozilla/mozilla-notifiers.cpp: + + Add pref for smooth scroll, bug #162489. + Use GSlice to allocate the prefs notifier data. + Check the pref type. + +2007-05-19 Christian Persch <chpe@gnome.org> + * embed/mozilla/GeckoCookiePromptService.cpp: Just use ngettext here, no need for dngettext. |