From 4b19674daa0ba9f985e27ea59924e76570bcf135 Mon Sep 17 00:00:00 2001 From: grzegol Date: Sun, 4 Jul 2004 11:57:46 +0000 Subject: [PATCH] - outdated Changed files: galeon-gcc34.patch -> 1.2 galeon-mozilla17.patch -> 1.2 --- galeon-gcc34.patch | 14 -------------- galeon-mozilla17.patch | 30 ------------------------------ 2 files changed, 44 deletions(-) delete mode 100644 galeon-gcc34.patch delete mode 100644 galeon-mozilla17.patch diff --git a/galeon-gcc34.patch b/galeon-gcc34.patch deleted file mode 100644 index 660fc43..0000000 --- a/galeon-gcc34.patch +++ /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 index 0f375b8..0000000 --- a/galeon-mozilla17.patch +++ /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 -- 2.44.0