[Reportbug-commits] [SCM] Reportbug - reports bugs in the Debian distribution branch, master, updated. 6.0-73-g87f2a2e
Sandro Tosi
morph at debian.org
Sat Nov 5 12:32:51 UTC 2011
The following commit has been merged in the master branch:
commit 7aab3d9f0a431ed199b0fb76e98d742a5cd1e5bb
Author: Sandro Tosi <morph at debian.org>
Date: Sat Nov 5 13:30:39 2011 +0100
don't add an extra '?' in yes_no questions for GTK+ UI
diff --git a/reportbug/ui/gtk2_ui.py b/reportbug/ui/gtk2_ui.py
index 51bd829..d199270 100644
--- a/reportbug/ui/gtk2_ui.py
+++ b/reportbug/ui/gtk2_ui.py
@@ -1411,7 +1411,7 @@ class YesNoDialog (ReportbugConnector, gtk.MessageDialog):
self.destroy ()
def execute_operation (self, msg, yeshelp=None, nohelp=None, default=True, nowrap=False):
- self.set_markup (msg+"?")
+ self.set_markup (msg)
if default:
self.set_default_response (gtk.RESPONSE_YES)
else:
--
Reportbug - reports bugs in the Debian distribution
More information about the Reportbug-commits
mailing list