[Reportbug-commits] [SCM] Reportbug - reports bugs in the Debian distribution branch, master, updated. 4.9-103-g8f2f665

Sandro Tosi morph at debian.org
Wed May 12 17:27:23 UTC 2010


The following commit has been merged in the master branch:
commit d269726ed22f24bd06aa88a1ff01d3fca758c5da
Author: Sandro Tosi <morph at debian.org>
Date:   Wed May 12 19:11:52 2010 +0200

    retrieve the 'presubj' keyword argument (passed when we have to show the presubj file), fixing a crash; thanks to Michael Schmitt for the report; Closes: #578711

diff --git a/debian/changelog b/debian/changelog
index d45e0c1..b8afafa 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,8 +10,12 @@ reportbug (4.12.2) UNRELEASED; urgency=low
     - generate a list of pseudoheaders (without duplicates), so that when
       writing them into the report body they are not repeated; thanks to Cyril
       Brulebois for the report; Closes: #579597
+  * reportbug/ui/gtk2_ui.py
+    - retrieve the 'presubj' keyword argument (passed when we have to show the
+      presubj file), fixing a crash; thanks to Michael Schmitt for the report;
+      Closes: #578711
 
- -- Sandro Tosi <morph at debian.org>  Tue, 11 May 2010 19:23:40 +0200
+ -- Sandro Tosi <morph at debian.org>  Wed, 12 May 2010 19:09:43 +0200
 
 reportbug (4.12.1) unstable; urgency=low
 
diff --git a/reportbug/ui/gtk2_ui.py b/reportbug/ui/gtk2_ui.py
index b85a4b2..08585fe 100644
--- a/reportbug/ui/gtk2_ui.py
+++ b/reportbug/ui/gtk2_ui.py
@@ -536,6 +536,7 @@ class Page (ReportbugConnector):
         self.switch_in ()
         self.connect_signals ()
         self.empty_ok = kwargs.pop ('empty_ok', False)
+        self.presubj = kwargs.pop ('presubj', False)
         self.execute (*args, **kwargs)
         self.assistant.show ()
         self.setup_focus ()

-- 
Reportbug - reports bugs in the Debian distribution



More information about the Reportbug-commits mailing list