summaryrefslogtreecommitdiffstats
path: root/www/firefox3-devel/files
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2005-09-10 12:56:54 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2005-09-10 12:56:54 +0800
commitcf1daa8a46bb47c5e49740cd09e70d100fd9e6f9 (patch)
tree4020ae17094ae0ce24aa16def5dd0397d1351383 /www/firefox3-devel/files
parentbb98103015c4fdeb29b8aef622503dbeb452adfd (diff)
downloadmarcuscom-ports-cf1daa8a46bb47c5e49740cd09e70d100fd9e6f9.tar
marcuscom-ports-cf1daa8a46bb47c5e49740cd09e70d100fd9e6f9.tar.gz
marcuscom-ports-cf1daa8a46bb47c5e49740cd09e70d100fd9e6f9.tar.bz2
marcuscom-ports-cf1daa8a46bb47c5e49740cd09e70d100fd9e6f9.tar.lz
marcuscom-ports-cf1daa8a46bb47c5e49740cd09e70d100fd9e6f9.tar.xz
marcuscom-ports-cf1daa8a46bb47c5e49740cd09e70d100fd9e6f9.tar.zst
marcuscom-ports-cf1daa8a46bb47c5e49740cd09e70d100fd9e6f9.zip
Update to 1.5b1. Unfortunately, chrome registration is still broken, so
you will have to run as root for the first time. Submitted by: Marcus Alves Grando <marcus@corp.grupos.com.br> git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4812 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www/firefox3-devel/files')
-rw-r--r--www/firefox3-devel/files/patch-mozilla_widget_src_gtk2_mozdrawingarea.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/www/firefox3-devel/files/patch-mozilla_widget_src_gtk2_mozdrawingarea.c b/www/firefox3-devel/files/patch-mozilla_widget_src_gtk2_mozdrawingarea.c
deleted file mode 100644
index 9e58b5186..000000000
--- a/www/firefox3-devel/files/patch-mozilla_widget_src_gtk2_mozdrawingarea.c
+++ /dev/null
@@ -1,12 +0,0 @@
---- widget/src/gtk2/mozdrawingarea.c.orig Tue Apr 30 12:29:00 2002
-+++ widget/src/gtk2/mozdrawingarea.c Thu Aug 18 22:27:27 2005
-@@ -168,7 +168,9 @@
-
- drawingarea = MOZ_DRAWINGAREA(object);
-
-+ gdk_window_set_user_data(drawingarea->inner_window, NULL);
- gdk_window_destroy(drawingarea->inner_window);
-+ gdk_window_set_user_data(drawingarea->clip_window, NULL);
- gdk_window_destroy(drawingarea->clip_window);
-
- (* parent_class->finalize) (object);