diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2005-04-09 03:36:31 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2005-04-09 03:36:31 +0800 |
commit | 133d2d9b2c56be9beb374ffbb4db9cfc77df89ee (patch) | |
tree | 652741575e2021b5960977f4bd38edd91fa35425 | |
parent | 2224cf7c6017034f0454467e7c41c8ee75f78a09 (diff) | |
download | gsoc2013-epiphany-133d2d9b2c56be9beb374ffbb4db9cfc77df89ee.tar gsoc2013-epiphany-133d2d9b2c56be9beb374ffbb4db9cfc77df89ee.tar.gz gsoc2013-epiphany-133d2d9b2c56be9beb374ffbb4db9cfc77df89ee.tar.bz2 gsoc2013-epiphany-133d2d9b2c56be9beb374ffbb4db9cfc77df89ee.tar.lz gsoc2013-epiphany-133d2d9b2c56be9beb374ffbb4db9cfc77df89ee.tar.xz gsoc2013-epiphany-133d2d9b2c56be9beb374ffbb4db9cfc77df89ee.tar.zst gsoc2013-epiphany-133d2d9b2c56be9beb374ffbb4db9cfc77df89ee.zip |
Don't use G_BEGIN/END_DECLS here, and don't include MozDownload.h.
2005-04-08 Christian Persch <chpe@cvs.gnome.org>
* embed/mozilla/mozilla-download.h:
Don't use G_BEGIN/END_DECLS here, and don't include MozDownload.h.
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,11 @@ 2005-04-08 Christian Persch <chpe@cvs.gnome.org> + * embed/mozilla/mozilla-download.h: + + Don't use G_BEGIN/END_DECLS here, and don't include MozDownload.h. + +2005-04-08 Christian Persch <chpe@cvs.gnome.org> + * embed/mozilla/MozDownload.cpp: InitForEmbed isn't a NS_IMETHOD, so don't use NS_IMETHODIMP here. |