diff options
author | Christian Persch <chpe@src.gnome.org> | 2004-03-21 20:39:27 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2004-03-21 20:39:27 +0800 |
commit | 36dbf495c569491978173e3b77ea7e7f160af5bb (patch) | |
tree | 132db1d4379b5a6d99d6a3cccedec186c55af4f2 | |
parent | dbc048ed5840064c509e546e5e4583d399256720 (diff) | |
download | gsoc2013-epiphany-36dbf495c569491978173e3b77ea7e7f160af5bb.tar gsoc2013-epiphany-36dbf495c569491978173e3b77ea7e7f160af5bb.tar.gz gsoc2013-epiphany-36dbf495c569491978173e3b77ea7e7f160af5bb.tar.bz2 gsoc2013-epiphany-36dbf495c569491978173e3b77ea7e7f160af5bb.tar.lz gsoc2013-epiphany-36dbf495c569491978173e3b77ea7e7f160af5bb.tar.xz gsoc2013-epiphany-36dbf495c569491978173e3b77ea7e7f160af5bb.tar.zst gsoc2013-epiphany-36dbf495c569491978173e3b77ea7e7f160af5bb.zip |
*** empty log message ***
-rw-r--r-- | embed/mozilla/EphyContentPolicy.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embed/mozilla/EphyContentPolicy.h b/embed/mozilla/EphyContentPolicy.h index 3742b8d53..171fb5c2c 100644 --- a/embed/mozilla/EphyContentPolicy.h +++ b/embed/mozilla/EphyContentPolicy.h @@ -27,7 +27,7 @@ #include "nsISupports.h" #include "nsIContentPolicy.h" -#define EPHY_CONTENT_POLICY_CONTRACTID "@mozilla.org/embedding/browser/content-policy;1" +#define EPHY_CONTENT_POLICY_CONTRACTID "@gnome.org/projects/epiphany/epiphany-content-policy;1" #define EPHY_CONTENT_POLICY_CLASSNAME "Epiphany Content Policy Class" #define EPHY_CONTENT_POLICY_CID \ |