aboutsummaryrefslogtreecommitdiffstats
path: root/embed
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2006-06-05 05:27:57 +0800
committerChristian Persch <chpe@src.gnome.org>2006-06-05 05:27:57 +0800
commit7065f81d8db2c62fd3abb6e250ba48f46fbfaa46 (patch)
treec0f7e991862cddba3f3288a36a6d7c9e2bd16a38 /embed
parent87aee21becab4bad890e735bb1b29e3ba6f9ac9f (diff)
downloadgsoc2013-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.
Diffstat (limited to 'embed')
-rw-r--r--embed/mozilla/EphySidebar.cpp4
1 files changed, 0 insertions, 4 deletions
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()
{