[pitivi] Bring my ctrl+C back!
- From: Thibault Saunier <tsaunier src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pitivi] Bring my ctrl+C back!
- Date: Sat, 13 Dec 2014 19:12:12 +0000 (UTC)
commit 79cc96f88791c139bcfc3838956794146ba34b7f
Author: Thibault Saunier <tsaunier gnome org>
Date: Wed Dec 10 20:51:28 2014 +0100
Bring my ctrl+C back!
bin/pitivi.in | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/bin/pitivi.in b/bin/pitivi.in
index 7668613..51f4f24 100644
--- a/bin/pitivi.in
+++ b/bin/pitivi.in
@@ -22,6 +22,7 @@
import os
import sys
+import signal
import locale
import gettext
@@ -123,6 +124,7 @@ def _check_requirements():
def _run_pitivi():
from pitivi import application
+ signal.signal(signal.SIGINT, signal.SIG_DFL)
app = application.Pitivi()
app.run(sys.argv)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]