diff options
Diffstat (limited to 'src/core/prefs.c')
-rw-r--r-- | src/core/prefs.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/prefs.c b/src/core/prefs.c index b5f9f7e3..74cf0ca7 100644 --- a/src/core/prefs.c +++ b/src/core/prefs.c @@ -1267,6 +1267,8 @@ button_function_from_string (const char *str) if (strcmp (str, "menu") == 0) return META_BUTTON_FUNCTION_MENU; + else if (strcmp (str, "appmenu") == 0) + return META_BUTTON_FUNCTION_APPMENU; else if (strcmp (str, "minimize") == 0) return META_BUTTON_FUNCTION_MINIMIZE; else if (strcmp (str, "maximize") == 0) |