svn: r8445

This commit is contained in:
Don Allingham
2007-05-08 04:35:14 +00:00
parent 7b7abd95dd
commit b884474407
3 changed files with 6 additions and 9 deletions

View File

@@ -88,10 +88,8 @@ class TextBufDoc(BaseDoc.BaseDoc, BaseDoc.TextDoc):
self.tag_table = gtk.TextTagTable()
sheet = self.get_style_sheet()
print sheet
for name in sheet.get_paragraph_style_names():
print name
tag = gtk.TextTag(name)
style = sheet.get_paragraph_style(name)