[Reportbug-commits] [SCM] Reportbug - reports bugs in the Debian distribution branch, master, updated. 4.9-82-gcadcedb
Sandro Tosi
morph at debian.org
Tue Mar 30 19:57:42 UTC 2010
The following commit has been merged in the master branch:
commit eafeb40ed800e0f7e4c6b4cb3400276ce1f5407b
Author: Sandro Tosi <morph at debian.org>
Date: Sun Mar 28 15:17:32 2010 +0200
pass 'buglist' to 'sync_pre_operation' method of 'HandleBTSQueryPage' class, needed to run querybts; thanks to Andrey Rahmatullin for the report; Closes: #565283
diff --git a/debian/changelog b/debian/changelog
index a9cbd42..2a17843 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,8 +10,12 @@ reportbug (4.12) UNRELEASED; urgency=low
* reportbug/submit.py
- clarify that in case no acknowledge is received, then there was an error;
thanks to mpapet for the report; Closes: #575418
+ * reportbug/ui/gtk2_ui.py
+ - pass 'buglist' to 'sync_pre_operation' method of 'HandleBTSQueryPage'
+ class, needed to run querybts; thanks to Andrey Rahmatullin for the
+ report; Closes: #565283
- -- Sandro Tosi <morph at debian.org> Thu, 25 Mar 2010 23:03:22 +0100
+ -- Sandro Tosi <morph at debian.org> Sun, 28 Mar 2010 15:16:05 +0200
reportbug (4.11) unstable; urgency=low
diff --git a/reportbug/ui/gtk2_ui.py b/reportbug/ui/gtk2_ui.py
index 4ff0158..1e40a6a 100644
--- a/reportbug/ui/gtk2_ui.py
+++ b/reportbug/ui/gtk2_ui.py
@@ -841,7 +841,7 @@ class HandleBTSQueryPage (TreePage):
value_column = 0
def sync_pre_operation (self, package, bts, mirrors=None, http_proxy="", queryonly=False, screen=None,
- archived='no', source=False, title=None, version=None):
+ archived='no', source=False, title=None, version=None, buglist=None):
self.bts = bts
self.mirrors = mirrors
self.http_proxy = http_proxy
--
Reportbug - reports bugs in the Debian distribution
More information about the Reportbug-commits
mailing list