Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 100008 | Differences between
and this patch

Collapse All | Expand All

(-)galeon-1.3.21.orig/mozilla/mozilla-embed-shell.cpp (+4 lines)
Lines 220-225 Link Here
220
	/* Add /usr/lib/mozilla/plugins (bug 149812) */
220
	/* Add /usr/lib/mozilla/plugins (bug 149812) */
221
	g_string_append (new_path, ":/usr/lib/mozilla/plugins");
221
	g_string_append (new_path, ":/usr/lib/mozilla/plugins");
222
222
223
	/* Add /usr/lib/nsplugins and /usr/lib/nsbrowser/plugins */
224
 	g_string_append (new_path, ":/usr/lib/nsplugins");
225
 	g_string_append (new_path, ":/usr/lib/nsbrowser/plugins");
226
223
	/* Add the current mozilla build's plugins dir */
227
	/* Add the current mozilla build's plugins dir */
224
	g_string_append (new_path, ":" GALEON_MOZILLA_HOME "/plugins");
228
	g_string_append (new_path, ":" GALEON_MOZILLA_HOME "/plugins");
225
229

Return to bug 100008