Don't traceback on Ctrl+C
This commit is contained in:
parent
9bd898a5b2
commit
c4781fe8e3
@ -296,4 +296,7 @@ def main():
|
||||
|
||||
activityContainer = ActivityContainer(service, session_bus)
|
||||
|
||||
try:
|
||||
gtk.main()
|
||||
except KeyboardInterrupt:
|
||||
pass
|
||||
|
Loading…
Reference in New Issue
Block a user