Diff
Differences From Artifact [da18de4370]:
- File contrib/gtk_theme.py — part of check-in [5fcd7309eb] at 2016-12-10 12:20:50 on branch trunk — Check for "theme" key to exist in conf.* (user: mario, size: 3191) [annotate] [blame] [check-ins using]
To Artifact [1923315d1d]:
- File contrib/gtk_theme.py — part of check-in [88aac7840a] at 2016-12-10 13:55:47 on branch trunk — Use `module = __name__` consistently for all plugins (user: mario, size: 3188) [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 |