Diff
Differences From Artifact [72deb69630]:
- File contrib/gtk_theme.py — part of check-in [303e1c8e48] at 2016-12-03 14:47:25 on branch trunk — Introduce Gtk theme switching again. (user: mario, size: 3167) [annotate] [blame] [check-ins using]
To 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]
85 86 87 88 89 90 91 | 85 86 87 88 89 90 91 92 93 94 95 96 | - + | if os.path.exists("%s/%s/gtk-%s.0" % (dir, fn, uikit.ver)): themes.append(fn) themes = ["default"] + sorted(themes) # add to list for t in themes: cb.ls.append([t, t]) |