Give RSSFromParent.pm the right icon filename.

This commit is contained in:
Drake 2006-11-21 17:05:30 +00:00
parent a0d2326f9c
commit eeb97d0135
2 changed files with 2 additions and 1 deletions

View file

@ -9,6 +9,7 @@
canShowBasedOnIP, which refactored out the identical code to share
between canShowDebug, canShowPerformanceIndicators and any other IP based
check for privileges.
- fix: RSS From Parent having no icon
7.2.1
- Made a change to version tag commits to deal with unusually long commit

View file

@ -46,7 +46,7 @@ sub definition {
push(@{$definition}, {
assetName=>$i18n->get('assetName'),
icon=>'rssFromParent.gif',
icon=>'rssGear.gif',
autoGenerateForms=>1,
tableName=>'RSSFromParent',
className=>'WebGUI::Asset::RSSFromParent',