[gedit-latex] Fix infinite recursion
- From: John Stowers <jstowers src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gedit-latex] Fix infinite recursion
- Date: Wed, 29 Jun 2011 14:11:55 +0000 (UTC)
commit d70a8101451ea3d7204087f16ca6772cda481754
Author: John Stowers <john stowers gmail com>
Date: Thu Jun 30 02:11:51 2011 +1200
Fix infinite recursion
latex/latex/completion.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/latex/latex/completion.py b/latex/latex/completion.py
index 94aba7b..ed56d9c 100644
--- a/latex/latex/completion.py
+++ b/latex/latex/completion.py
@@ -56,7 +56,7 @@ class LaTeXCommandProposal(Proposal):
@property
def icon(self):
- return self.icon
+ return self._icon
@property
def overlap(self):
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]