Greetings:

I am one of the contributors for the genealogy software called Gramps at http://gramps-project.org/.  Now i am not saying this to toot my own horn to spread the news about a software project...

After yesterday's gtk2 update, I am receiving this problem.  There were no updates to the Gramps repository that would have caused this problem, so my next choice is this list...  Can someone help me with this problem if you can???

[Frog@captainhook trunk]$ python ~/trunk/src/gramps.py
3051: ERROR: grampsgui.py: line 395: Gramps failed to start.
Traceback (most recent call last):
  File "/home/Frog/trunk/src/gui/grampsgui.py", line 375, in __startgramps
    Gramps(argparser)
  File "/home/Frog/trunk/src/gui/grampsgui.py", line 297, in __init__
    self.vm = ViewManager(dbstate, DEFAULT_SIDEBAR_ORDER)
  File "/home/Frog/trunk/src/gui/viewmanager.py", line 272, in __init__
    self.__build_main_window()
  File "/home/Frog/trunk/src/gui/viewmanager.py", line 330, in __build_main_window
    self.uimanager, self.progress_monitor, self)
  File "/home/Frog/trunk/src/DisplayState.py", line 325, in __init__
    self.last_bar = self.status.insert(min_width=15, ralign=True)
  File "/home/Frog/trunk/src/widgets/statusbar.py", line 167, in insert
    label.set_alignment(xalign=1.0, yalign=0.5)
AttributeError: 'gtk.HBox' object has no attribute 'set_alignment'

As you can see from the most bottom line of the error, that it is something to do with gtk.HBox ?

Sincerely yours,
Rob G. Healey