Merge multiple notes branch

svn: r8182
This commit is contained in:
Alex Roitman
2007-02-20 00:39:10 +00:00
parent deee3846be
commit 961a543cda
34 changed files with 1002 additions and 471 deletions

View File

@@ -64,8 +64,8 @@ class EditAttribute(EditSecondary):
Displays a dialog that allows the user to edit an attribute.
"""
WIDTH_KEY = Config.ATTR_WIDTH
HEIGHT_KEY = Config.ATTR_HEIGHT
WIDTH_KEY = Config.ATTRIBUTE_WIDTH
HEIGHT_KEY = Config.ATTRIBUTE_HEIGHT
def __init__(self, state, uistate, track, attrib, title, data_list, callback):
"""