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

@@ -1,7 +1,7 @@
#
# Gramps - a GTK+/GNOME based genealogy program
#
# Copyright (C) 2000-2006 Donald N. Allingham
# Copyright (C) 2000-2007 Donald N. Allingham
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -61,8 +61,8 @@ class EditAddress(EditSecondary):
Displays a dialog that allows the user to edit an address.
"""
WIDTH_KEY = Config.ADDR_WIDTH
HEIGHT_KEY = Config.ADDR_HEIGHT
WIDTH_KEY = Config.ADDRESS_WIDTH
HEIGHT_KEY = Config.ADDRESS_HEIGHT
def __init__(self, dbstate, uistate, track, addr, callback):
"""