]> git.pld-linux.org Git - packages/galeon.git/commitdiff
- outdated
authorgrzegol <grzegol@pld-linux.org>
Sun, 4 Jul 2004 11:57:46 +0000 (11:57 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    galeon-gcc34.patch -> 1.2
    galeon-mozilla17.patch -> 1.2

galeon-gcc34.patch [deleted file]
galeon-mozilla17.patch [deleted file]

diff --git a/galeon-gcc34.patch b/galeon-gcc34.patch
deleted file mode 100644 (file)
index 660fc43..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-diff -urN aa/galeon-1.3.15/mozilla/HeaderSniffer.cpp galeon-1.3.15/mozilla/HeaderSniffer.cpp
---- aa/galeon-1.3.15/mozilla/HeaderSniffer.cpp 2004-05-23 23:19:46.000000000 +0200
-+++ galeon-1.3.15/mozilla/HeaderSniffer.cpp    2004-06-28 20:46:31.578642112 +0200
-@@ -642,7 +642,9 @@
-               /* Reset the flags to turn off content, the user toggles
-                * if they want to turn it on */
--              (gint)flags &= ~EMBED_PERSIST_SAVE_CONTENT;
-+              gint val = (gint)flags;
-+              val &= ~EMBED_PERSIST_SAVE_CONTENT;
-+              flags = (EmbedPersistFlags)val;
-               galeon_embed_persist_set_flags (mEmbedPersist, flags);
-               toggle = gtk_check_button_new_with_mnemonic (_("Save _with content"));
diff --git a/galeon-mozilla17.patch b/galeon-mozilla17.patch
deleted file mode 100644 (file)
index 0f375b8..0000000
+++ /dev/null
@@ -1,30 +0,0 @@
-diff -urN aa/galeon-1.3.15/mozilla/GtkNSSKeyPairDialogs.cpp galeon-1.3.15/mozilla/GtkNSSKeyPairDialogs.cpp
---- aa/galeon-1.3.15/mozilla/GtkNSSKeyPairDialogs.cpp  2004-05-29 15:17:48.000000000 +0200
-+++ galeon-1.3.15/mozilla/GtkNSSKeyPairDialogs.cpp     2004-06-28 20:44:46.058683584 +0200
-@@ -84,7 +84,7 @@
-       NS_DECL_ISUPPORTS
-       NS_DECL_NSIDOMWINDOWINTERNAL
-       NS_DECL_NSIDOMWINDOW
--#if MOZILLA_SNAPSHOT > 17
-+#if MOZILLA_SNAPSHOT > 15 && MOZILLA_SNAPSHOT != 17
-       NS_DECL_NSIDOMWINDOW2
- #endif
-@@ -94,7 +94,7 @@
-       gboolean close_called;
- };
--#if MOZILLA_SNAPSHOT > 17
-+#if MOZILLA_SNAPSHOT > 15 && MOZILLA_SNAPSHOT != 17
- NS_IMPL_ISUPPORTS3(KeyPairHelperWindow, nsIDOMWindowInternal, nsIDOMWindow, nsIDOMWindow2)
- #else
- NS_IMPL_ISUPPORTS2(KeyPairHelperWindow, nsIDOMWindowInternal, nsIDOMWindow)
-@@ -242,7 +242,7 @@
-     MOZ_NOT_IMPLEMENTED
- }
--#if MOZILLA_SNAPSHOT > 17
-+#if MOZILLA_SNAPSHOT > 15 && MOZILLA_SNAPSHOT != 17
- NS_IMETHODIMP KeyPairHelperWindow::GetWindowRoot(nsIDOMEventTarget * *aEvent)
- {
-     MOZ_NOT_IMPLEMENTED
This page took 0.063209 seconds and 4 git commands to generate.