diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2006-06-05 05:27:57 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2006-06-05 05:27:57 +0800 |
commit | 7065f81d8db2c62fd3abb6e250ba48f46fbfaa46 (patch) | |
tree | c0f7e991862cddba3f3288a36a6d7c9e2bd16a38 | |
parent | 87aee21becab4bad890e735bb1b29e3ba6f9ac9f (diff) | |
download | gsoc2013-epiphany-7065f81d8db2c62fd3abb6e250ba48f46fbfaa46.tar gsoc2013-epiphany-7065f81d8db2c62fd3abb6e250ba48f46fbfaa46.tar.gz gsoc2013-epiphany-7065f81d8db2c62fd3abb6e250ba48f46fbfaa46.tar.bz2 gsoc2013-epiphany-7065f81d8db2c62fd3abb6e250ba48f46fbfaa46.tar.lz gsoc2013-epiphany-7065f81d8db2c62fd3abb6e250ba48f46fbfaa46.tar.xz gsoc2013-epiphany-7065f81d8db2c62fd3abb6e250ba48f46fbfaa46.tar.zst gsoc2013-epiphany-7065f81d8db2c62fd3abb6e250ba48f46fbfaa46.zip |
The API change was reverted on 1.8 branch. Fixes bug #343592.
2006-06-04 Christian Persch <chpe@cvs.gnome.org>
* embed/mozilla/EphySidebar.cpp:
The API change was reverted on 1.8 branch. Fixes bug #343592.
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | embed/mozilla/EphySidebar.cpp | 4 |
2 files changed, 6 insertions, 4 deletions
@@ -1,3 +1,9 @@ +2006-06-04 Christian Persch <chpe@cvs.gnome.org> + + * embed/mozilla/EphySidebar.cpp: + + The API change was reverted on 1.8 branch. Fixes bug #343592. + 2006-06-01 Jean-François Rameau <jframeau@cvs.gnome.org> * embed/ephy-embed-persist.h: diff --git a/embed/mozilla/EphySidebar.cpp b/embed/mozilla/EphySidebar.cpp index 2a60eb1f4..0076c528b 100644 --- a/embed/mozilla/EphySidebar.cpp +++ b/embed/mozilla/EphySidebar.cpp @@ -36,11 +36,7 @@ #include "EphySidebar.h" -#ifdef MOZILLA_1_8_BRANCH -NS_IMPL_ISUPPORTS2_CI(EphySidebar, nsISidebar, nsISidebar_MOZILLA_1_8_BRANCH) -#else NS_IMPL_ISUPPORTS1_CI(EphySidebar, nsISidebar) -#endif EphySidebar::EphySidebar() { |