Skip to content

Commit

Permalink
Merge pull request #366 from filipsohajek/master
Browse files Browse the repository at this point in the history
Kill signal update
  • Loading branch information
gsemet committed Aug 26, 2014
2 parents 150fb80 + c6c03b5 commit c074978
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/guake
Original file line number Diff line number Diff line change
Expand Up @@ -1697,7 +1697,7 @@ class Guake(SimpleGladeApp):
UI, so you can use python's start_new_thread.
"""
try:
os.kill(pid, signal.SIGTERM)
os.kill(pid, signal.SIGHUP)
except OSError:
pass
num_tries = 30
Expand Down

0 comments on commit c074978

Please sign in to comment.