Added icon removed from Zope 2.12.9 to the ZPsycopgDA package

Closes ticket #30. Bug report and patch by Pumukel.
This commit is contained in:
Daniele Varrazzo 2011-01-14 01:18:05 +00:00 committed by Federico Di Gregorio
parent 69c66a3a3f
commit d0e36d194c
4 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,10 @@
What's new in psycopg 2.3.3
---------------------------
- Added missing icon to ZPsycopgDA package, not available in Zope 2.12.9
(ticket #30). Bug report and patch by Pumukel.
What's new in psycopg 2.3.2
---------------------------

View File

@ -194,7 +194,7 @@ __ac_permissions__ = (
# add icons
misc_={'conn': ImageFile('Shared/DC/ZRDB/www/DBAdapterFolder_icon.gif')}
misc_={'conn': ImageFile('icons/DBAdapterFolder_icon.gif', globals())}
for icon in ('table', 'view', 'stable', 'what', 'field', 'text', 'bin',
'int', 'float', 'date', 'time', 'datetime'):

View File

@ -26,4 +26,4 @@ def initialize(context):
permission = 'Add Z Psycopg 2 Database Connections',
constructors = (DA.manage_addZPsycopgConnectionForm,
DA.manage_addZPsycopgConnection),
icon = SOFTWARE_HOME + '/Shared/DC/ZRDB/www/DBAdapterFolder_icon.gif')
icon = 'icons/DBAdapterFolder_icon.gif')

Binary file not shown.

After

Width:  |  Height:  |  Size: 897 B