* src/MarkupText.py: cleanup

* src/DisplayTabs/_NoteTab.py (build_interface): debug log
	* src/const.py.in: add new command line arg '-d,--debug'
	* src/gramps.py (setup_logging): change root logger default level
	to WARNING
	* src/ArgHandler.py (parse_arg): handle command line arg: debug

2007-02-12  Zsolt Foldvari  <zfoldvar@users.sourceforge.net>


svn: r8093
This commit is contained in:
Zsolt Foldvari
2007-02-12 22:33:03 +00:00
parent 4f390df00d
commit 4cd6d41f79
6 changed files with 24 additions and 16 deletions

View File

@@ -134,7 +134,7 @@ class NoteTab(GrampsTab):
if self.note_obj:
self.empty = False
self.buf.set_text(self.note_obj.get(markup=True))
#log.debug("Text: %s" % self.buf.get_text())
log.debug("Text: %s" % self.buf.get_text())
else:
self.empty = True