The mvwm repository's master branch has been updated. The following shows the diffstat and patchsets between the merged result and HEAD.
commit 19b8356761228441668f90ca68266d67327abe3f Author: Thomas Adam <[email protected]> Date: Thu Sep 11 23:07:12 2014 +0100 Expand: Fix token <-> variable name mapping Remove literal token names from the expansion string array list, so the corresponding enum tokens match, and are expanded correctly. --- mvwm/expand.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/mvwm/expand.c b/mvwm/expand.c index 49b0eb7..c0538e1 100644 --- a/mvwm/expand.c +++ b/mvwm/expand.c @@ -120,8 +120,6 @@ static char *function_vars[] = "w.iconname", "w.iconfile", "w.miniiconfile", - "w.iconfile.svgopts", - "w.miniiconfile.svgopts", "w.id", "w.name", "w.resource",
