diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2004-12-19 21:43:21 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2004-12-19 21:43:21 +0800 |
commit | 21a7df79be3e72b67f3f202da4995843dcd047ba (patch) | |
tree | 7dae43f7448c1d580e4f5507e1b79af69d6e811d /embed | |
parent | c04b54c0ee70c594e440c039cddb22551be05809 (diff) | |
download | gsoc2013-epiphany-21a7df79be3e72b67f3f202da4995843dcd047ba.tar gsoc2013-epiphany-21a7df79be3e72b67f3f202da4995843dcd047ba.tar.gz gsoc2013-epiphany-21a7df79be3e72b67f3f202da4995843dcd047ba.tar.bz2 gsoc2013-epiphany-21a7df79be3e72b67f3f202da4995843dcd047ba.tar.lz gsoc2013-epiphany-21a7df79be3e72b67f3f202da4995843dcd047ba.tar.xz gsoc2013-epiphany-21a7df79be3e72b67f3f202da4995843dcd047ba.tar.zst gsoc2013-epiphany-21a7df79be3e72b67f3f202da4995843dcd047ba.zip |
Try to fix the build.
2004-12-19 Christian Persch <chpe@cvs.gnome.org>
* embed/mozilla/EphyBrowser.cpp:
* embed/mozilla/FilePicker.cpp:
Try to fix the build.
Diffstat (limited to 'embed')
-rw-r--r-- | embed/mozilla/EphyBrowser.cpp | 6 | ||||
-rw-r--r-- | embed/mozilla/FilePicker.cpp | 1 |
2 files changed, 3 insertions, 4 deletions
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) |