aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog7
-rw-r--r--embed/mozilla/EphyBrowser.cpp6
-rw-r--r--embed/mozilla/FilePicker.cpp1
3 files changed, 10 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index dcb1e92e7..4f66faaf0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2004-12-19 Christian Persch <chpe@cvs.gnome.org>
+ * embed/mozilla/EphyBrowser.cpp:
+ * embed/mozilla/FilePicker.cpp:
+
+ Try to fix the build.
+
+2004-12-19 Christian Persch <chpe@cvs.gnome.org>
+
* embed/ephy-embed.c: (ephy_embed_base_init):
* src/ephy-window.c:
diff --git a/embed/mozilla/EphyBrowser.cpp b/embed/mozilla/EphyBrowser.cpp
index 2894b6e56..051b4d955 100644
--- a/embed/mozilla/EphyBrowser.cpp
+++ b/embed/mozilla/EphyBrowser.cpp
@@ -73,11 +73,11 @@
#include "nsIScriptSecurityManager.h"
#include "nsIServiceManager.h"
#include "nsIInterfaceRequestor.h"
-#include <nsIDOMHTMLDocument.h>
-#include <nsIDOMXMLDocument.h>
+#include "nsIDOMHTMLDocument.h"
+#include "nsIDOMXMLDocument.h"
#ifdef ALLOW_PRIVATE_API
-#include <content/nsIImageDocument.h>
+#include "nsIImageDocument.h"
/* not frozen yet */
#include "nsIContentPolicy.h"
/* will never be frozen */
diff --git a/embed/mozilla/FilePicker.cpp b/embed/mozilla/FilePicker.cpp
index 2a72e3adf..9d5bc1cf5 100644
--- a/embed/mozilla/FilePicker.cpp
+++ b/embed/mozilla/FilePicker.cpp
@@ -121,7 +121,6 @@ NS_IMETHODIMP GFilePicker::Init(nsIDOMWindowInternal *parent, const PRUnichar *t
{
gtk_window_group_add_window (ephy_gui_ensure_window_group (GTK_WINDOW (gtkparent)),
GTK_WINDOW (mDialog));
- gtk_dialog_set_destroy_with_parent (GTK_DIALOG (mDialog), TRUE);
}
if (mode == nsIFilePicker::modeOpenMultiple)