[Reportbug-commits] [SCM] Reportbug - reports bugs in the Debian distribution branch, master, updated. 4.6-6-g95c4b89

Sandro Tosi morph at debian.org
Tue Aug 18 06:40:14 UTC 2009


The following commit has been merged in the master branch:
commit e5b1939b2977dce286af703dfad25def2edbac03
Author: chaica <chaica at ohmytux.com>
Date:   Tue Aug 18 00:06:33 2009 +0200

    fix for recursive call to search bug feature

diff --git a/reportbug/ui/text_ui.py b/reportbug/ui/text_ui.py
index 2eeb920..dc7eb98 100644
--- a/reportbug/ui/text_ui.py
+++ b/reportbug/ui/text_ui.py
@@ -892,7 +892,7 @@ def search_bugs(hierarchyfull, bts, queryonly, mirrors,
 		    elif x == 'f':
 			# Do filter. Recursive done.
 			retval = search_bugs(hierarchy, bts, queryonly, mirrors,
-			    http_proxy, screen, title)
+			    http_proxy, screen, title, package)
 			if retval == "FilterEnd":
 			    continue
 			else:

-- 
Reportbug - reports bugs in the Debian distribution



More information about the Reportbug-commits mailing list