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

@ -468,7 +468,6 @@ class BareReportDialog(ManagedWindow.ManagedWindow):
if self.HELP_TOPIC: if self.HELP_TOPIC:
import GrampsDisplay import GrampsDisplay
GrampsDisplay.help(self.HELP_TOPIC) GrampsDisplay.help(self.HELP_TOPIC)
print "HELP CLICKED"
def on_ok_clicked(self, obj): def on_ok_clicked(self, obj):
"""The user is satisfied with the dialog choices. Parse all options """The user is satisfied with the dialog choices. Parse all options

View File

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