* src/DisplayState.py: Warning log handler
* src/EditFamily.py: remove icon in father/mother column * src/EditPerson.py: remove commented out code * src/GrampsWidgets.py: add WarnButton * src/ViewManager.py: use WarnButton in the status bar * src/GrampsDb/_GedTokens.py: Add HEAD * src/GrampsDb/_ReadGedcom.py: New min-lexical analyzer svn: r5823
This commit is contained in:
@ -211,10 +211,7 @@ class ViewManager:
|
||||
self.progress.set_size_request(100,-1)
|
||||
self.progress.hide()
|
||||
self.statusbar.show()
|
||||
self.warnbtn = GrampsWidgets.IconButton(lambda x: True, '',
|
||||
gtk.STOCK_INFO,
|
||||
gtk.ICON_SIZE_MENU)
|
||||
self.warnbtn.hide()
|
||||
self.warnbtn = GrampsWidgets.WarnButton()
|
||||
hbox2 = gtk.HBox()
|
||||
hbox2.set_spacing(4)
|
||||
hbox2.set_border_width(2)
|
||||
|
Reference in New Issue
Block a user