Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 176655
Collapse All | Expand All

(-)control-center-2.18.1.orig/libslab/directory-tile.c (-1 / +1 lines)
Lines 644-648 Link Here
644
disown_spawned_child (gpointer user_data)
644
disown_spawned_child (gpointer user_data)
645
{
645
{
646
	setsid  ();
646
	setsid  ();
647
	setpgrp ();
647
	setpgid (0, 0);
648
}
648
}

Return to bug 176655