[gedit-latex] Fix issue display
- From: John Stowers <jstowers src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gedit-latex] Fix issue display
- Date: Sun, 26 Jun 2011 19:56:38 +0000 (UTC)
commit 119beedd984f8c52341b8b24cc3e6e8cb2a38c23
Author: John Stowers <john stowers gmail com>
Date: Mon Jun 27 01:17:49 2011 +1200
Fix issue display
latex/tools/views.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/latex/tools/views.py b/latex/tools/views.py
index 6164ced..9bf5367 100755
--- a/latex/tools/views.py
+++ b/latex/tools/views.py
@@ -187,7 +187,7 @@ class ToolView(BottomView, IStructuredIssueHandler):
icon = self._ICON_WARNING
elif issue.severity == Issue.SEVERITY_ERROR:
icon = self._ICON_ERROR
- self._store.append(partition_id, [icon, issue.message, issue.file.basename, issue.start, issue])
+ self._store.append(partition_id, [icon, issue.message, issue.file.basename, str(issue.start), issue])
self._log.debug(str(issue))
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]