From 81b89f6a4ca54be3018d2dacd3737c28b4cf55c7 Mon Sep 17 00:00:00 2001 From: Alwin Date: Thu, 14 Sep 2017 20:49:39 +0200 Subject: [PATCH] wmaker: Fixing a menu typo 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