Added missing has_data interface for QuickViews
svn: r17124
This commit is contained in:
@@ -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()
|
||||
|
Reference in New Issue
Block a user