[gedit-latex] s/Gtk.TreeStore.set/Gtk.TreeStore.set__value



commit 19fe574b2fedce82464644cb873a250843697cd9
Author: John Stowers <john stowers gmail com>
Date:   Fri Jun 24 19:47:44 2011 +1200

    s/Gtk.TreeStore.set/Gtk.TreeStore.set__value
    
    	* Can render tex -> image now
    	* But it segfaults elsewhere

 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 cbe6357..6164ced 100755
--- a/latex/tools/views.py
+++ b/latex/tools/views.py
@@ -178,7 +178,7 @@ class ToolView(BottomView, IStructuredIssueHandler):
 		elif state == "aborted":
 			icon = self._ICON_ABORT
 			
-		self._store.set(partition_id, 0, icon)
+		self._store.set_value(partition_id, 0, icon)
 	
 	def append_issues(self, partition_id, issues):
 		for issue in issues:



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]