diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2005-11-19 02:52:54 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2005-11-19 02:52:54 +0800 |
commit | 9c59c6bc168115ba34387b2777f6898289c37e3a (patch) | |
tree | c8b16d4d952557dc1f8251af9da68d28995c0b86 /ChangeLog | |
parent | d79367d043e812c59ccd6893d981a4eb528bd532 (diff) | |
download | gsoc2013-epiphany-9c59c6bc168115ba34387b2777f6898289c37e3a.tar gsoc2013-epiphany-9c59c6bc168115ba34387b2777f6898289c37e3a.tar.gz gsoc2013-epiphany-9c59c6bc168115ba34387b2777f6898289c37e3a.tar.bz2 gsoc2013-epiphany-9c59c6bc168115ba34387b2777f6898289c37e3a.tar.lz gsoc2013-epiphany-9c59c6bc168115ba34387b2777f6898289c37e3a.tar.xz gsoc2013-epiphany-9c59c6bc168115ba34387b2777f6898289c37e3a.tar.zst gsoc2013-epiphany-9c59c6bc168115ba34387b2777f6898289c37e3a.zip |
Don't warn when reading a .xml when we previously read the .ephy-extension
2005-11-18 Christian Persch <chpe@cvs.gnome.org>
* src/ephy-extensions-manager.c:
Don't warn when reading a .xml when we previously read the
.ephy-extension for this identifier. Allows .xml and .ephy-extension
to co-exist in ~/.gnome2/epiphany/extensions.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,5 +1,13 @@ 2005-11-18 Christian Persch <chpe@cvs.gnome.org> + * src/ephy-extensions-manager.c: + + Don't warn when reading a .xml when we previously read the + .ephy-extension for this identifier. Allows .xml and .ephy-extension + to co-exist in ~/.gnome2/epiphany/extensions. + +2005-11-18 Christian Persch <chpe@cvs.gnome.org> + * src/ephy-tab.c: Delay reloads when we get many change notifications in a short time. |