Diff
Differences From Artifact [ef3ab53102]:
- File channels/favicon.py — part of check-in [ec7df3c333] at 2016-12-14 15:57:06 on branch trunk — new plugin: theme installer for Gtk2 and Windows; fixed for support of JSON format; gtk_reset_styles -- Oliver (user: mario, size: 14844) [annotate] [blame] [check-ins using]
To Artifact [edc53741f5]:
- File channels/favicon.py — part of check-in [09dec64f41] at 2016-12-16 16:26:55 on branch trunk — Reverted all `module = __name__` assignments, because that was carrying the module over, not the base classname. Added #extraction-method: meta information to channel plugins. (user: mario, size: 14845) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
70 71 72 73 74 75 76 | # Hook up as feature plugin # class favicon(object): # plugin attributes | | | 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 | # Hook up as feature plugin # class favicon(object): # plugin attributes module = 'favicon' meta = plugin_meta() # Register with main def __init__(self, parent): # Prepare favicon cache directory |
︙ | ︙ |