Added missing has_data interface for QuickViews

svn: r17124
This commit is contained in:
Doug Blank
2011-04-15 15:50:38 +00:00
parent a625154e7b
commit 25830e2325
3 changed files with 17 additions and 5 deletions

View File

@@ -104,6 +104,7 @@ class TextBufDoc(BaseDoc, TextDoc):
#--------------------------------------------------------------------
def open(self, filename, container=None):
self.type = "gtk"
self.has_data = True
self.tag_table = gtk.TextTagTable()
sheet = self.get_style_sheet()