Diff
Differences From Artifact [8a8982cf89]:
- File channels/specbuttons.py — part of check-in [978c9ffe56] at 2016-12-11 13:32:10 on branch trunk — safeguard absent config option (user: mario, size: 4586) [annotate] [blame] [check-ins using]
To Artifact [89ccc02506]:
- File channels/specbuttons.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: 4591) [annotate] [blame] [check-ins using]
34 35 36 37 38 39 40 | 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 | - + | import action from uikit import gtk # Extra/mini buttons in toolbar class specbuttons(object): meta = plugin_meta() |