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

(-)gnome-control-center-2.24.0.1/libslab/directory-tile.c (-1 / +1 lines)
Lines 623-629 static void Link Here
623
disown_spawned_child (gpointer user_data)
623
disown_spawned_child (gpointer user_data)
624
{
624
{
625
	setsid  ();
625
	setsid  ();
626
	setpgrp ();
626
	setpgid (0,0);
627
}
627
}
628
628
629
static void
629
static void

Return to bug 256958