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

(-)epiphany-1.6.4-old/embed/mozilla/mozilla-embed-single.cpp (+1 lines)
Lines 351-356 Link Here
351
	user_path = g_getenv ("MOZ_PLUGIN_PATH");
351
	user_path = g_getenv ("MOZ_PLUGIN_PATH");
352
	new_path = g_strconcat (user_path ? user_path : "",
352
	new_path = g_strconcat (user_path ? user_path : "",
353
				user_path ? ":" : "",
353
				user_path ? ":" : "",
354
				"/usr/lib/nsplugins:/usr/lib/nsbrowser/plugins:",
354
				MOZILLA_PREFIX "/lib/mozilla/plugins:"
355
				MOZILLA_PREFIX "/lib/mozilla/plugins:"
355
				MOZILLA_HOME "/plugins",
356
				MOZILLA_HOME "/plugins",
356
				NULL);
357
				NULL);

Return to bug 100008