From 3f0fba2562642f7544bc86465ef720b7b5bf108c Mon Sep 17 00:00:00 2001 From: Christopher Aillon Date: Sun, 9 Dec 2007 11:35:10 +0000 Subject: - Fix up some rpmlint warnings - Use only one pref for the homepage for now - Drop some old patches and some obsolote Obsoletes --- firefox-2.0-indicator-crash.patch | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 firefox-2.0-indicator-crash.patch (limited to 'firefox-2.0-indicator-crash.patch') 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; - } -- cgit