diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2004-02-08 22:28:23 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2004-02-08 22:28:23 +0800 |
commit | 77eb9e0a46e70a80964608514fbeefe9e4102fc1 (patch) | |
tree | ea6c6707c112dea218e241a46a9fcbb637996567 /ChangeLog | |
parent | 31cc6e632786972c77459572e971e254110f221b (diff) | |
download | gsoc2013-epiphany-77eb9e0a46e70a80964608514fbeefe9e4102fc1.tar gsoc2013-epiphany-77eb9e0a46e70a80964608514fbeefe9e4102fc1.tar.gz gsoc2013-epiphany-77eb9e0a46e70a80964608514fbeefe9e4102fc1.tar.bz2 gsoc2013-epiphany-77eb9e0a46e70a80964608514fbeefe9e4102fc1.tar.lz gsoc2013-epiphany-77eb9e0a46e70a80964608514fbeefe9e4102fc1.tar.xz gsoc2013-epiphany-77eb9e0a46e70a80964608514fbeefe9e4102fc1.tar.zst gsoc2013-epiphany-77eb9e0a46e70a80964608514fbeefe9e4102fc1.zip |
Remove trailing / in invocation of mkdir, since it's unneeded and not
2004-02-08 Christian Persch <chpe@cvs.gnome.org>
* embed/ephy-favicon-cache.c: (ephy_favicon_cache_init):
Remove trailing / in invocation of mkdir, since it's unneeded and not
portable. Patch by Julio M. Merino Vidal, fixes bug 133738.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2004-02-08 Christian Persch <chpe@cvs.gnome.org> + + * embed/ephy-favicon-cache.c: (ephy_favicon_cache_init): + + Remove trailing / in invocation of mkdir, since it's unneeded and not + portable. Patch by Julio M. Merino Vidal, fixes bug 133738. + 2004-02-06 Christian Persch <chpe@cvs.gnome.org> * src/ephy-tab.c: (ephy_tab_dom_mouse_click_cb): |