diff options
author | marcus <marcus@FreeBSD.org> | 2004-12-21 05:33:27 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-12-21 05:33:27 +0800 |
commit | 965d7c7093f8552f78cc2b370f5bd8f9c0e4bb3c (patch) | |
tree | 992ca0806bceda42b00b772b31fd5ddd6d20e6d3 /www/epiphany/files | |
parent | 72242b53f019eec052f5a1ee89d9c869193ecf51 (diff) | |
download | freebsd-ports-gnome-965d7c7093f8552f78cc2b370f5bd8f9c0e4bb3c.tar.gz freebsd-ports-gnome-965d7c7093f8552f78cc2b370f5bd8f9c0e4bb3c.tar.zst freebsd-ports-gnome-965d7c7093f8552f78cc2b370f5bd8f9c0e4bb3c.zip |
Update to 1.4.7.
Diffstat (limited to 'www/epiphany/files')
-rw-r--r-- | www/epiphany/files/patch-embed_mozilla_EphyBrowser.h | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/www/epiphany/files/patch-embed_mozilla_EphyBrowser.h b/www/epiphany/files/patch-embed_mozilla_EphyBrowser.h deleted file mode 100644 index d5d35979ddff..000000000000 --- a/www/epiphany/files/patch-embed_mozilla_EphyBrowser.h +++ /dev/null @@ -1,17 +0,0 @@ ---- embed/mozilla/EphyBrowser.h.orig Sun Dec 19 02:17:33 2004 -+++ embed/mozilla/EphyBrowser.h Sun Dec 19 02:17:56 2004 -@@ -156,11 +156,13 @@ - nsCOMPtr<nsIDOMDocument> mTargetDocument; - nsCOMPtr<nsIDOMEventTarget> mEventTarget; - nsCOMPtr<nsIDOMWindow> mDOMWindow; -- nsCOMPtr<nsISecureBrowserUI> mSecurityInfo; - EphyFaviconEventListener *mFaviconEventListener; - EphyPopupBlockEventListener *mPopupBlockEventListener; - EphyModalAlertEventListener *mModalAlertListener; - PRBool mInitialized; -+#ifdef HAVE_MOZILLA_PSM -+ nsCOMPtr<nsISecureBrowserUI> mSecurityInfo; -+#endif - - nsresult GetListener (void); - nsresult AttachListeners (void); |