summaryrefslogtreecommitdiff
path: root/firefox-2.0-indicator-crash.patch
diff options
context:
space:
mode:
authorChristopher Aillon <caillon@fedoraproject.org>2007-12-09 11:35:10 +0000
committerChristopher Aillon <caillon@fedoraproject.org>2007-12-09 11:35:10 +0000
commit3f0fba2562642f7544bc86465ef720b7b5bf108c (patch)
treedd36458475a3040676fdb2848c0a0e998d2d3d6f /firefox-2.0-indicator-crash.patch
parentFix the patch to account for recent upstream changes (diff)
downloadlibrewolf-fedora-ff-3f0fba2562642f7544bc86465ef720b7b5bf108c.tar.gz
librewolf-fedora-ff-3f0fba2562642f7544bc86465ef720b7b5bf108c.tar.bz2
librewolf-fedora-ff-3f0fba2562642f7544bc86465ef720b7b5bf108c.zip
- Fix up some rpmlint warnings
- Use only one pref for the homepage for now - Drop some old patches and some obsolote Obsoletes
Diffstat (limited to 'firefox-2.0-indicator-crash.patch')
-rw-r--r--firefox-2.0-indicator-crash.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/firefox-2.0-indicator-crash.patch b/firefox-2.0-indicator-crash.patch
deleted file mode 100644
index 5389e51..0000000
--- a/firefox-2.0-indicator-crash.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-https://bugzilla.mozilla.org/show_bug.cgi?id=389801
-
---- mozilla/gfx/src/gtk/gtk2drawing.c.fixgtk212 2005-09-13 05:30:53.000000000 +0200
-+++ mozilla/gfx/src/gtk/gtk2drawing.c 2007-09-06 09:42:34.000000000 +0200
-@@ -551,8 +551,8 @@ moz_gtk_option_menu_get_metrics(gboolean
- else
- *indicator_spacing = default_indicator_spacing;
-
-- g_free(tmp_indicator_size);
-- g_free(tmp_indicator_spacing);
-+ gtk_requisition_free(tmp_indicator_size);
-+ gtk_border_free(tmp_indicator_spacing);
-
- return MOZ_GTK_SUCCESS;
- }
bgstack15