Mailing List Archive

python/dist/src/Mac/Lib/lib-scriptpackages/Finder Enumerations.py,1.2,1.3
Update of /cvsroot/python/python/dist/src/Mac/Lib/lib-scriptpackages/Finder
In directory usw-pr-cvs1:/tmp/cvs-serv22841/Python/Mac/Lib/lib-scriptpackages/Finder

Modified Files:
Enumerations.py
Log Message:
Second part of fix for #493826: regenerated suite modules so errn exists but == 0 doesn't signal an error.

Bugfix candidate.

Index: Enumerations.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Lib/lib-scriptpackages/Finder/Enumerations.py,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** Enumerations.py 22 Aug 2000 20:35:16 -0000 1.2
--- Enumerations.py 23 Apr 2002 21:06:19 -0000 1.3
***************
*** 2,6 ****
Level 1, version 1

! Generated from Macintosh HD:Systeemmap:Finder
AETE/AEUT resource version 0/144, language 0, script 0
"""
--- 2,6 ----
Level 1, version 1

! Generated from Moes:Systeemmap:Finder
AETE/AEUT resource version 0/144, language 0, script 0
"""
***************
*** 17,44 ****

_Enum_ipnl = {
! 'General Information panel' : 'gpnl', #
! 'Sharing panel' : 'spnl', #
! 'Memory panel' : 'mpnl', #
! 'Status and Configuration panel' : 'scnl', #
! 'Fonts panel' : 'fpnl', #
}

_Enum_pple = {
! 'General Preferences panel' : 'pgnp', #
! 'Label Preferences panel' : 'plbp', #
! 'Icon View Preferences panel' : 'pivp', #
! 'Button View Preferences panel' : 'pbvp', #
! 'List View Preferences panel' : 'plvp', #
}

_Enum_earr = {
! 'not arranged' : 'narr', #
! 'snap to grid' : 'grda', #
! 'arranged by name' : 'nama', #
! 'arranged by modification date' : 'mdta', #
! 'arranged by creation date' : 'cdta', #
! 'arranged by size' : 'siza', #
! 'arranged by kind' : 'kina', #
! 'arranged by label' : 'laba', #
}

--- 17,44 ----

_Enum_ipnl = {
! 'General_Information_panel' : 'gpnl', #
! 'Sharing_panel' : 'spnl', #
! 'Memory_panel' : 'mpnl', #
! 'Status_and_Configuration_panel' : 'scnl', #
! 'Fonts_panel' : 'fpnl', #
}

_Enum_pple = {
! 'General_Preferences_panel' : 'pgnp', #
! 'Label_Preferences_panel' : 'plbp', #
! 'Icon_View_Preferences_panel' : 'pivp', #
! 'Button_View_Preferences_panel' : 'pbvp', #
! 'List_View_Preferences_panel' : 'plvp', #
}

_Enum_earr = {
! 'not_arranged' : 'narr', #
! 'snap_to_grid' : 'grda', #
! 'arranged_by_name' : 'nama', #
! 'arranged_by_modification_date' : 'mdta', #
! 'arranged_by_creation_date' : 'cdta', #
! 'arranged_by_size' : 'siza', #
! 'arranged_by_kind' : 'kina', #
! 'arranged_by_label' : 'laba', #
}

***************
*** 56,64 ****
_Enum_vwby = {
'conflicts' : 'cflc', #
! 'existing items' : 'exsi', #
! 'small icon' : 'smic', #
'icon' : 'iimg', #
'name' : 'pnam', #
! 'modification date' : 'asmo', #
'size' : 'ptsz', #
'kind' : 'kind', #
--- 56,64 ----
_Enum_vwby = {
'conflicts' : 'cflc', #
! 'existing_items' : 'exsi', #
! 'small_icon' : 'smic', #
'icon' : 'iimg', #
'name' : 'pnam', #
! 'modification_date' : 'asmo', #
'size' : 'ptsz', #
'kind' : 'kind', #
***************
*** 66,72 ****
'label' : 'labi', #
'version' : 'vers', #
! 'creation date' : 'ascd', #
! 'small button' : 'smbu', #
! 'large button' : 'lgbu', #
'grid' : 'grid', #
'all' : 'kyal', #
--- 66,72 ----
'label' : 'labi', #
'version' : 'vers', #
! 'creation_date' : 'ascd', #
! 'small_button' : 'smbu', #
! 'large_button' : 'lgbu', #
'grid' : 'grid', #
'all' : 'kyal', #
***************
*** 78,85 ****
'MMU' : 'mmu ', #
'hardware' : 'hdwr', #
! 'operating system' : 'os ', #
! 'sound system' : 'snd ', #
! 'memory available' : 'lram', #
! 'memory installed' : 'ram ', #
}

--- 78,94 ----
'MMU' : 'mmu ', #
'hardware' : 'hdwr', #
! 'operating_system' : 'os ', #
! 'sound_system' : 'snd ', #
! 'memory_available' : 'lram', #
! 'memory_installed' : 'ram ', #
! }
!
! _Enum_ese0 = {
! 'starting_up' : 'ese2', #
! 'running' : 'ese3', #
! 'rebuilding_desktop' : 'ese5', #
! 'copying' : 'ese4', #
! 'restarting' : 'ese6', #
! 'quitting' : 'ese7', #
}

***************
*** 98,107 ****

_enumdeclarations = {
'gsen' : _Enum_gsen,
- 'earr' : _Enum_earr,
'isiz' : _Enum_isiz,
! 'vwby' : _Enum_vwby,
'pple' : _Enum_pple,
- 'ipnl' : _Enum_ipnl,
- 'sodr' : _Enum_sodr,
}
--- 107,117 ----

_enumdeclarations = {
+ 'sodr' : _Enum_sodr,
+ 'ipnl' : _Enum_ipnl,
+ 'ese0' : _Enum_ese0,
+ 'vwby' : _Enum_vwby,
'gsen' : _Enum_gsen,
'isiz' : _Enum_isiz,
! 'earr' : _Enum_earr,
'pple' : _Enum_pple,
}