Diff
Differences From Artifact [b5df3c1053]:
- File contrib/gtk_theme.py — part of check-in [aaa8a00cd4] at 2016-12-15 20:29:57 on branch trunk — Fix gtk.rc_reset_styles (user: mario, size: 3305) [annotate] [blame] [check-ins using]
To Artifact [c94ca7aa89]:
- File contrib/gtk_theme.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: 3308) [annotate] [blame] [check-ins using]
26 27 28 29 30 31 32 | 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 | - + | # register a key class gtk_theme(object): # plugin info |