aboutsummaryrefslogtreecommitdiffstats
path: root/embed/mozilla/GtkNSSClientAuthDialogs.cpp
diff options
context:
space:
mode:
authorXan Lopez <xan@src.gnome.org>2004-05-25 05:50:34 +0800
committerXan Lopez <xan@src.gnome.org>2004-05-25 05:50:34 +0800
commitd82f71a93ccd69c96a98bb74390c9dc6d296315c (patch)
treeb8c2327a18aad1cb94f0fcdcead1f01d1a370811 /embed/mozilla/GtkNSSClientAuthDialogs.cpp
parent869e477e70e60b06a24b2ecb05cf5688cdeae3a1 (diff)
downloadgsoc2013-epiphany-d82f71a93ccd69c96a98bb74390c9dc6d296315c.tar
gsoc2013-epiphany-d82f71a93ccd69c96a98bb74390c9dc6d296315c.tar.gz
gsoc2013-epiphany-d82f71a93ccd69c96a98bb74390c9dc6d296315c.tar.bz2
gsoc2013-epiphany-d82f71a93ccd69c96a98bb74390c9dc6d296315c.tar.lz
gsoc2013-epiphany-d82f71a93ccd69c96a98bb74390c9dc6d296315c.tar.xz
gsoc2013-epiphany-d82f71a93ccd69c96a98bb74390c9dc6d296315c.tar.zst
gsoc2013-epiphany-d82f71a93ccd69c96a98bb74390c9dc6d296315c.zip
Remove unused field in struct
* embed/downloader-view.c: (update_status_icon): Remove unused field in struct * embed/mozilla/GtkNSSClientAuthDialogs.cpp: * embed/mozilla/GtkNSSDialogs.cpp: Fix build with 1.8a2
Diffstat (limited to 'embed/mozilla/GtkNSSClientAuthDialogs.cpp')
-rw-r--r--embed/mozilla/GtkNSSClientAuthDialogs.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/embed/mozilla/GtkNSSClientAuthDialogs.cpp b/embed/mozilla/GtkNSSClientAuthDialogs.cpp
index 2ac781a92..ca258edaf 100644
--- a/embed/mozilla/GtkNSSClientAuthDialogs.cpp
+++ b/embed/mozilla/GtkNSSClientAuthDialogs.cpp
@@ -31,6 +31,9 @@
#include <nsIServiceManager.h>
#include <nsIInterfaceRequestor.h>
#include <nsIInterfaceRequestorUtils.h>
+#ifdef ALLOW_PRIVATE_STRINGS
+#include <nsString.h>
+#endif
#include <gtk/gtkdialog.h>
#include <gtk/gtkimage.h>