To get my skin working correct, someone needs to patch the headlines.py and
commands.py plugins to contain these lines:


### headlines.py, lines 120,121 ###
if menu_items.has_key('headlines') and menu_items['headlines'].outicon:
    item.outicon = os.path.join(skin.settings.icon_dir,
menu_items['headlines'].outicon)

### commands.py, lines 329,330 ###
if menu_items.has_key('commands') and menu_items['commands'].outicon:
    item.outicon = os.path.join(skin.settings.icon_dir,
menu_items['commands'].outicon)

the "inactive-menu-item-icon" in the main menu won't work without those
definitions!

/jan



-------------------------------------------------------
This SF.net email is sponsored by: The SF.net Donation Program.
Do you like what SourceForge.net is doing for the Open
Source Community?  Make a contribution, and help us add new
features and functionality. Click here: http://sourceforge.net/donate/
_______________________________________________
Freevo-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-devel

Reply via email to