Subject: mozilla patch
To: None <tech-pkg@netbsd.org>
From: Johan Danielsson <joda@pdc.kth.se>
List: tech-pkg
Date: 09/25/2002 19:45:43
Would anyone be extremely upset by this patch?
--- modules/plugin/samples/default/unix/npshell.c.orig Sat Jul 28 01:55:34 2001
+++ modules/plugin/samples/default/unix/npshell.c Wed Sep 25 19:32:31 2002
@@ -224,7 +224,6 @@
This->depth = ws_info->depth;
This->colormap = ws_info->colormap;
makePixmap(This);
- makeWidget(This);
}
return NPERR_NO_ERROR;
}
This removes the (IMO extremely annoying) you-need-a-plugin popup. You
can still click the puzzle icon to get the same effect. There's a
related patch hidden in the mozilla source, but that removes the whole
plugin download mechanism.
/Johan