openbsd-ports/x11/gnome/controlcenter2/patches/patch-libslab-directory-tile_c
jasper fee878815a - update gnome-control-ceter to 2.18.1
- add @conflict with control-center-1.4, spotted by kurt@

feedback and ok martynas@

this is the last commit to create a useable gnome 2.18.1 desktop.
we'll now focus on fixing little bugs. so stay tuned :)
2007-05-18 14:17:25 +00:00

11 lines
319 B
Plaintext

$OpenBSD: patch-libslab-directory-tile_c,v 1.1 2007/05/18 14:17:25 jasper Exp $
--- libslab/directory-tile.c.orig Sun Mar 18 18:04:44 2007
+++ libslab/directory-tile.c Sat Apr 21 02:08:42 2007
@@ -644,5 +644,5 @@ static void
disown_spawned_child (gpointer user_data)
{
setsid ();
- setpgrp ();
+ setpgrp (0,0);
}