[Reportbug-commits] [SCM] Reportbug - reports bugs in the Debian distribution branch, master, updated. 4.4-7-gd571985
Sandro Tosi
morph at debian.org
Sat May 30 09:40:41 UTC 2009
The following commit has been merged in the master branch:
commit 32827159c307cf508a8557e31e7f825a747ce53b
Author: Carl Chenet <carl.chenet at ohmytux.com>
Date: Fri May 22 17:50:50 2009 +0200
offers text for default ui choice in --configure
diff --git a/bin/reportbug b/bin/reportbug
index ed0bff1..92f4339 100755
--- a/bin/reportbug
+++ b/bin/reportbug
@@ -454,7 +454,7 @@ def offer_configuration(options):
if options.configure or not options.interface:
interface = ui.menu(
'Please choose the default interface for reportbug.', AVAILABLE_UIS,
- 'Select interface: ', options.interface)
+ 'Select interface: ', options.interface, order=['text'])
else:
interface = options.interface
--
Reportbug - reports bugs in the Debian distribution
More information about the Reportbug-commits
mailing list