[PATCH 1/2] wmaker: Fixing a menu typo
Alwin <[email protected]> Thu, 14 Sep 2017 20:49:39 +0200
| Newsgroups | gmane.compw.window-managers.windowmaker.devel |
|---|---|
| Message-ID | <[email protected]> |
There was a typo in background.menu. Although the menu worked fine, it
caused these errors in the logs:
wmaker(WMReadPropListFromFile(proplist.c:1543)): error: error reading
from file '/usr/share/WindowMaker/Backgrounds'
---
WindowMaker/background.menu | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/WindowMaker/background.menu b/WindowMaker/background.menu
index fa3bef73..c81ae7b2 100644
--- a/WindowMaker/background.menu
+++ b/WindowMaker/background.menu
@@ -28,5 +28,5 @@
"Centered" OPEN_MENU BACKGROUNDS_DIR USER_BACKGROUNDS_DIR WITH wmsetbg -u -e
"Maximized" OPEN_MENU BACKGROUNDS_DIR USER_BACKGROUNDS_DIR WITH wmsetbg -u -a
"Filled" OPEN_MENU BACKGROUNDS_DIR USER_BACKGROUNDS_DIR WITH wmsetbg -u -f
- "Image" END
+ "Images" END
"Background" END
--
2.13.5
--
To unsubscribe, send mail to [email protected].