[Reportbug-commits] [SCM] Reportbug - reports bugs in the Debian distribution branch, master, updated. 4.0-22-ge53e415

Luca Bruno lethalman88 at gmail.com
Wed Mar 25 22:56:44 UTC 2009


The following commit has been merged in the master branch:
commit fc201ff181ca126a335a767fa0ecc88fd2fca10a
Author: Luca Bruno <lethalman88 at gmail.com>
Date:   Wed Mar 25 22:50:13 2009 +0100

    Fixed commit 87ef2932dcbb on interface configuration

diff --git a/bin/reportbug b/bin/reportbug
index d924e46..ae83365 100755
--- a/bin/reportbug
+++ b/bin/reportbug
@@ -441,6 +441,8 @@ def offer_configuration(options):
         interface = ui.menu(
             'Please choose the default interface for reportbug.', AVAILABLE_UIS,
             'Select interface: ', options.interface)
+    else:
+        interface = options.interface
 
     online = ui.yes_no('Will reportbug often have direct '
                        'Internet access?  (You should answer yes to this '

-- 
Reportbug - reports bugs in the Debian distribution



More information about the Reportbug-commits mailing list