2007-04-01 Zsolt Foldvari <zfoldvar@users.sourceforge.net>
* src/GrampsWidgets.py: Statusbar widget added. * src/ViewManager.py: use custom Statusbar. svn: r8344
This commit is contained in:
@ -219,7 +219,7 @@ class ViewManager:
|
||||
self.window.set_icon_from_file(const.icon)
|
||||
self.window.set_default_size(width, height)
|
||||
|
||||
self.statusbar = gtk.Statusbar()
|
||||
self.statusbar = GrampsWidgets.Statusbar()
|
||||
|
||||
self.RelClass = relationship_class
|
||||
|
||||
|
Reference in New Issue
Block a user