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

commit 922efd8cb1e6f75034bb2b1260ec7d6839dd4670
Author: Nick Schermer <[email protected]>
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;
 
_______________________________________________
Xfce4-commits mailing list
[email protected]
http://foo-projects.org/mailman/listinfo/xfce4-commits

Reply via email to