From 926c12673873ff961183d9dfedccf8a4c12ead9c Mon Sep 17 00:00:00 2001 From: lePerdu Date: Thu, 2 Nov 2017 15:45:38 -0400 Subject: [PATCH] Fix typo: "OnlyShownIn" -> "OnlyShowIn" --- lib/menubar/utils.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/menubar/utils.lua b/lib/menubar/utils.lua index 713ca82e7..a6a8579b8 100644 --- a/lib/menubar/utils.lua +++ b/lib/menubar/utils.lua @@ -38,7 +38,7 @@ utils.terminal = 'xterm' -- their .desktop files. local default_icon = nil ---- Name of the WM for the OnlyShownIn entry in the .desktop file. +--- Name of the WM for the OnlyShowIn entry in the .desktop file. utils.wm_name = "awesome" --- Possible escape characters (not including the preceding backslash) in @@ -54,7 +54,7 @@ local escape_sequences = { --- The keys in desktop entries whose values are lists of strings. local list_keys = { Categories = true, - OnlyShownIn = true, + OnlyShowIn = true, NotShowIn = true, }