BookReport.py: fix bug in file path build routine

svn: r12445
This commit is contained in:
Gerald Britton 2009-04-13 20:01:29 +00:00
parent 8a66aa053a
commit fbfa12d2cc

View File

@ -686,8 +686,9 @@ class BookReportSelector(ManagedWindow.ManagedWindow):
base = os.path.dirname(__file__)
glade_file = os.path.join(base,"book.glade")
self.xml = gtk.Builder()
self.xml.add_from_file(glade_file')
self.xml.add_from_file(glade_file)
self.xml.get_object('booklist').hide()
window = self.xml.get_object("top")
title_label = self.xml.get_object('title')