Patch by cscott to load the profile keys lazily.
Some style and pylint complaints fixes by me. Fix #5538
This commit is contained in:
@@ -108,7 +108,7 @@ class ActivityToolbar(gtk.Toolbar):
|
||||
|
||||
separator = gtk.SeparatorToolItem()
|
||||
separator.props.draw = False
|
||||
separator.set_expand(True);
|
||||
separator.set_expand(True)
|
||||
self.insert(separator, -1)
|
||||
separator.show()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user