projects
/
dana
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cef2672
)
lameass comment from the past
author
Dana Jansens
<danakj@orodu.net>
Sat, 4 Jan 2003 19:18:44 +0000
(19:18 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Sat, 4 Jan 2003 19:18:44 +0000
(19:18 +0000)
src/openbox.cc
patch
|
blob
|
history
diff --git
a/src/openbox.cc
b/src/openbox.cc
index e9d1250088d65aa1e71068a1a15f7a4060b8f051..7cee8a9aa578f261fef566f261f8603336a26686 100644
(file)
--- a/
src/openbox.cc
+++ b/
src/openbox.cc
@@
-59,8
+59,6
@@
void Openbox::signalHandler(int signal)
{
switch (signal) {
case SIGHUP:
- // XXX: Do something with HUP? Really shouldn't, we get this when X shuts
- // down and hangs-up on us. we also get a SIGPIPE.
printf("Caught HUP signal. Restarting.\n");
instance->restart();
break;