[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 87f2a2e6d1876faeeb66741fa2750f40e580ea9b
Author: Sandro Tosi <morph at debian.org>
Date: Sat Nov 5 13:31:13 2011 +0100
it's 'Submitter' not 'Reporter'
diff --git a/reportbug/ui/gtk2_ui.py b/reportbug/ui/gtk2_ui.py
index d199270..856b948 100644
--- a/reportbug/ui/gtk2_ui.py
+++ b/reportbug/ui/gtk2_ui.py
@@ -937,7 +937,7 @@ class HandleBTSQueryPage (TreePage):
self.view = gtk.TreeView ()
self.view.set_rules_hint (True)
scrolled = create_scrollable (self.view)
- self.columns = ['ID', 'Tag', 'Package', 'Description', 'Status', 'Reporter', 'Date', 'Severity', 'Version',
+ self.columns = ['ID', 'Tag', 'Package', 'Description', 'Status', 'Submitter', 'Date', 'Severity', 'Version',
'Filed date', 'Modified date']
for col in zip (self.columns, range (len (self.columns))):
column = gtk.TreeViewColumn (col[0], gtk.CellRendererText (), text=col[1])
--
Reportbug - reports bugs in the Debian distribution
More information about the Reportbug-commits
mailing list