[Xfce4-commits] <xfce4-panel:master> No need to handle SIGHUP.

Nick Schermer noreply at xfce.org
Sat Nov 20 13:06:02 CET 2010


Updating branch refs/heads/master
         to 922efd8cb1e6f75034bb2b1260ec7d6839dd4670 (commit)
       from 3f093188dddf4a8643e20de10a23be26a66b8581 (commit)

commit 922efd8cb1e6f75034bb2b1260ec7d6839dd4670
Author: Nick Schermer <nick at xfce.org>
Date:   Sat Nov 20 12:59:25 2010 +0100

    No need to handle SIGHUP.

 panel/main.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/panel/main.c b/panel/main.c
index be66e85..dd2af21 100644
--- a/panel/main.c
+++ b/panel/main.c
@@ -138,7 +138,7 @@ main (gint argc, gchar **argv)
   PanelDBusService *dbus_service;
   gboolean          succeed = FALSE;
   guint             i;
-  const gint        signums[] = { SIGHUP, SIGINT, SIGQUIT, SIGTERM, SIGABRT };
+  const gint        signums[] = { SIGINT, SIGQUIT, SIGTERM, SIGABRT };
   const gchar      *error_msg;
   XfceSMClient     *sm_client;
 



More information about the Xfce4-commits mailing list