diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2006-02-06 21:38:02 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2006-02-06 21:38:02 +0800 |
commit | 931a5b0d35e13d0af0fa388e52a56caf513bb581 (patch) | |
tree | fe0af4c345b3ce40bd9229ea26ea508d347a243f /ChangeLog | |
parent | 7caf37cc9de88a482c9c99572019d6ce6f17308a (diff) | |
download | gsoc2013-epiphany-931a5b0d35e13d0af0fa388e52a56caf513bb581.tar gsoc2013-epiphany-931a5b0d35e13d0af0fa388e52a56caf513bb581.tar.gz gsoc2013-epiphany-931a5b0d35e13d0af0fa388e52a56caf513bb581.tar.bz2 gsoc2013-epiphany-931a5b0d35e13d0af0fa388e52a56caf513bb581.tar.lz gsoc2013-epiphany-931a5b0d35e13d0af0fa388e52a56caf513bb581.tar.xz gsoc2013-epiphany-931a5b0d35e13d0af0fa388e52a56caf513bb581.tar.zst gsoc2013-epiphany-931a5b0d35e13d0af0fa388e52a56caf513bb581.zip |
Fix opening of local files. Bug #330104.
2006-02-06 Christian Persch <chpe@cvs.gnome.org>
* src/ephy-main.c: (open_urls), (queue_commands), (main):
Fix opening of local files. Bug #330104.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,11 @@ 2006-02-06 Christian Persch <chpe@cvs.gnome.org> + * src/ephy-main.c: (open_urls), (queue_commands), (main): + + Fix opening of local files. Bug #330104. + +2006-02-06 Christian Persch <chpe@cvs.gnome.org> + * configure.ac: Go back to AM_GLIB_GNU_GETTEXT for now, until |