diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2004-02-25 19:13:00 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2004-02-25 19:13:00 +0800 |
commit | 526fc5eb584f1437c2a81719460b96a9bb463cfa (patch) | |
tree | 006653a40473486016a26ebe8c28605f0b66f991 /ChangeLog | |
parent | 9fb6164dd427630f8e72d69113c48a78dd449bc8 (diff) | |
download | gsoc2013-epiphany-526fc5eb584f1437c2a81719460b96a9bb463cfa.tar gsoc2013-epiphany-526fc5eb584f1437c2a81719460b96a9bb463cfa.tar.gz gsoc2013-epiphany-526fc5eb584f1437c2a81719460b96a9bb463cfa.tar.bz2 gsoc2013-epiphany-526fc5eb584f1437c2a81719460b96a9bb463cfa.tar.lz gsoc2013-epiphany-526fc5eb584f1437c2a81719460b96a9bb463cfa.tar.xz gsoc2013-epiphany-526fc5eb584f1437c2a81719460b96a9bb463cfa.tar.zst gsoc2013-epiphany-526fc5eb584f1437c2a81719460b96a9bb463cfa.zip |
Check for NULL before converting filename to UTF-8.
2004-02-25 Christian Persch <chpe@cvs.gnome.org>
* src/window-commands.c: (open_response_cb):
Check for NULL before converting filename to UTF-8.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2004-02-25 Christian Persch <chpe@cvs.gnome.org> + + * src/window-commands.c: (open_response_cb): + + Check for NULL before converting filename to UTF-8. + 2004-02-25 Marco Pesenti Gritti <marco@gnome.org> * embed/ephy-embed-persist.c: (ephy_embed_persist_set_max_size), |