diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2003-11-25 02:01:47 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2003-11-25 02:01:47 +0800 |
commit | ba10b4ea6fbe8b701e1720584e10700050b291f1 (patch) | |
tree | 62f3614252d30a071c3e40a0b51a0fd4be5fd1b7 /embed/mozilla/mozilla-notifiers.cpp | |
parent | 68870c943201f590683544421c28965e69a27272 (diff) | |
download | gsoc2013-epiphany-ba10b4ea6fbe8b701e1720584e10700050b291f1.tar gsoc2013-epiphany-ba10b4ea6fbe8b701e1720584e10700050b291f1.tar.gz gsoc2013-epiphany-ba10b4ea6fbe8b701e1720584e10700050b291f1.tar.bz2 gsoc2013-epiphany-ba10b4ea6fbe8b701e1720584e10700050b291f1.tar.lz gsoc2013-epiphany-ba10b4ea6fbe8b701e1720584e10700050b291f1.tar.xz gsoc2013-epiphany-ba10b4ea6fbe8b701e1720584e10700050b291f1.tar.zst gsoc2013-epiphany-ba10b4ea6fbe8b701e1720584e10700050b291f1.zip |
Get rid of NS_INIT_ISUPPORTS() macros in constructors; it's not been
2003-11-24 Christian Persch <chpe@cvs.gnome.org>
* embed/mozilla/ContentHandler.cpp:
* embed/mozilla/EphyEventListener.cpp:
* embed/mozilla/ExternalProtocolHandlers.cpp:
* embed/mozilla/ExternalProtocolHandlers.h:
* embed/mozilla/ExternalProtocolService.cpp:
* embed/mozilla/FilePicker.cpp:
* embed/mozilla/GlobalHistory.cpp:
* embed/mozilla/PrintingPromptService.cpp:
* embed/mozilla/mozilla-notifiers.cpp:
Get rid of NS_INIT_ISUPPORTS() macros in constructors;
it's not been needed since mozilla 1.3.
Diffstat (limited to 'embed/mozilla/mozilla-notifiers.cpp')
-rw-r--r-- | embed/mozilla/mozilla-notifiers.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embed/mozilla/mozilla-notifiers.cpp b/embed/mozilla/mozilla-notifiers.cpp index 037fead15..b25b3696d 100644 --- a/embed/mozilla/mozilla-notifiers.cpp +++ b/embed/mozilla/mozilla-notifiers.cpp @@ -17,7 +17,7 @@ */ #ifdef HAVE_CONFIG_H -#include <config.h> +#include "config.h" #endif #include "ephy-embed-shell.h" |