[Reportbug-commits] [reportbug] 02/02: uninstall GTK+ readline hook, this prevent a crash in reportbug; thanks to Eric Valette for the report and to Simon McVittie for the GTK+-side analysis and patch; Closes: #758619

Sandro Tosi morph at moszumanska.debian.org
Fri Sep 5 06:52:25 UTC 2014


This is an automated email from the git hooks/post-receive script.

morph pushed a commit to branch master
in repository reportbug.

commit 0d118098881a15a92a089ed20ba3e2eb08cfc4b7
Author: Sandro Tosi <morph at debian.org>
Date:   Thu Sep 4 23:14:37 2014 +0100

    uninstall GTK+ readline hook, this prevent a crash in reportbug; thanks to Eric Valette for the report and to Simon McVittie for the GTK+-side analysis and patch; Closes: #758619
---
 debian/changelog        | 6 +++++-
 reportbug/ui/gtk2_ui.py | 1 +
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 5f7a371..7bca70a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -15,8 +15,12 @@ reportbug (6.5.1) UNRELEASED; urgency=medium
     - set monospace font when entering the bug body; thanks to Bob Bib for the
       report; Closes: #700032
   * Acknowledge NMU (thanks for that!); Closes: #757190
+  * reportbug/ui/gtk2_ui.py
+    - uninstall GTK+ readline hook, this prevent a crash in reportbug; thanks to
+      Eric Valette for the report and to Simon McVittie for the GTK+-side
+      analysis and patch; Closes: #758619
 
- -- Sandro Tosi <morph at debian.org>  Thu, 04 Sep 2014 23:03:41 +0100
+ -- Sandro Tosi <morph at debian.org>  Thu, 04 Sep 2014 23:13:09 +0100
 
 reportbug (6.5.0+nmu1) unstable; urgency=high
 
diff --git a/reportbug/ui/gtk2_ui.py b/reportbug/ui/gtk2_ui.py
index 1625995..4942a76 100644
--- a/reportbug/ui/gtk2_ui.py
+++ b/reportbug/ui/gtk2_ui.py
@@ -35,6 +35,7 @@ try:
 except:
     has_spell = False
 
+gtk.set_interactive (0)
 gtk.gdk.threads_init ()
 
 import sys

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reportbug/reportbug.git



More information about the Reportbug-commits mailing list