2006-08-03 Zsolt Foldvari <zfoldvar@users.sourceforge.net>
* src/plugins/Check.py (cleanup_deleted_name_formats): Change hardcoded values with constants. * src/GrampsCfg.py: Unused constants cleanup. * src/DataViews/_PedigreeView.py (__init__): connection to "active- person-changed" signal moved to set_active() (set_active, set_inactive): Improve performance of other views. * src/NameDisplay.py (name_grouping_data): Change hardcoded values with constants. svn: r7114
This commit is contained in:
@@ -60,10 +60,6 @@ _surname_styles = [
|
||||
_("Icelandic style"),
|
||||
]
|
||||
|
||||
# button names on the 'name format' editor dialog
|
||||
INS_BTN_NAME = 'insert'
|
||||
EDT_BTN_NAME = 'edit'
|
||||
|
||||
# column numbers for the 'name format' model
|
||||
COL_NUM = 0
|
||||
COL_NAME = 1
|
||||
|
||||
Reference in New Issue
Block a user