svn: r8445
This commit is contained in:
parent
7b7abd95dd
commit
b884474407
@ -468,7 +468,6 @@ class BareReportDialog(ManagedWindow.ManagedWindow):
|
||||
if self.HELP_TOPIC:
|
||||
import GrampsDisplay
|
||||
GrampsDisplay.help(self.HELP_TOPIC)
|
||||
print "HELP CLICKED"
|
||||
|
||||
def on_ok_clicked(self, obj):
|
||||
"""The user is satisfied with the dialog choices. Parse all options
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user