summaryrefslogtreecommitdiff
path: root/x11/gnome-core/patches/patch-aj
blob: 25485c807c0ee0fd44d267537e302ecb6fd6f8a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-aj,v 1.2 2001/04/06 22:25:04 rh Exp $

--- gsm/manager.c.orig	Wed Mar  7 20:20:48 2001
+++ gsm/manager.c
@@ -321,7 +321,7 @@
       if (restart_info)
 	g_free (restart_info);
 
-      if (errno)
+      if (pid < 0)
 	{
 	  if (strcmp (command, SmRestartCommand) || client->connection)
 	    {