[Reportbug-commits] [SCM] Reportbug - reports bugs in the Debian distribution branch, experimental, updated. 6.0-133-g73d5622

Sandro Tosi morph at debian.org
Sat Sep 1 20:52:46 UTC 2012


The following commit has been merged in the experimental branch:
commit 73d5622fe40a248d7152087e6b8ae680fad1ad45
Author: Sandro Tosi <morph at debian.org>
Date:   Sat Sep 1 22:52:38 2012 +0200

    remove indication that 'e' would edit the bug report in the last menu, it's text UI specific; thanks to David Smith for the report; Closes: #686168

diff --git a/debian/changelog b/debian/changelog
index 80172bd..6260aa1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -24,6 +24,9 @@ reportbug (6.99.0) UNRELEASED; urgency=low
   * reportbug/ui/gtk2_ui.py
     - hide 'Apply' button on the last screen of GTK+ UI; thanks to Samuel Hym
       for the report; Closes: #675735
+    - remove indication that 'e' would edit the bug report in the last menu,
+      it's text UI specific; thanks to David Smith for the report;
+      Closes: #686168
   * bin/reportbug
     - suggests to contact debian-users@ in case of difficulties in identifying
       the package to associate the bug to; thanks to Jonathan Nieder for the
@@ -35,7 +38,7 @@ reportbug (6.99.0) UNRELEASED; urgency=low
     - update Suggests on emacs packages; thanks to Adrian Bunk for the report;
       Closes: #686165
 
- -- Sandro Tosi <morph at debian.org>  Wed, 29 Aug 2012 17:54:16 +0200
+ -- Sandro Tosi <morph at debian.org>  Sat, 01 Sep 2012 22:51:33 +0200
 
 reportbug (6.4.3) unstable; urgency=low
 
diff --git a/reportbug/ui/gtk2_ui.py b/reportbug/ui/gtk2_ui.py
index 07ce19e..784c092 100644
--- a/reportbug/ui/gtk2_ui.py
+++ b/reportbug/ui/gtk2_ui.py
@@ -1215,6 +1215,8 @@ class SelectOptionsPage (Page):
             self.default.grab_focus ()
 
     def execute (self, prompt, menuopts, options):
+        # remove text UI indication
+        prompt = prompt.replace(' (e to edit)', '')
         self.label.set_text (prompt)
 
         buttons = []

-- 
Reportbug - reports bugs in the Debian distribution



More information about the Reportbug-commits mailing list