diff options
author | markt <markt> | 2007-04-18 18:12:29 (GMT) |
---|---|---|
committer | markt <markt> | 2007-04-18 18:12:29 (GMT) |
commit | 622d75f6429ebeb949b13d68c1ca188d7b5c8093 (patch) | |
tree | e71bdcd24b855890cfa5dc91e5121da1f0580aac /util | |
parent | 6ac57655d9b0cf02d449aa9a01c7a82f5f3bbffa (diff) | |
download | fluxbox_pavel-622d75f6429ebeb949b13d68c1ca188d7b5c8093.zip fluxbox_pavel-622d75f6429ebeb949b13d68c1ca188d7b5c8093.tar.bz2 |
fix for fbsetbg -l when last wallpaper was using fbsetroot
Diffstat (limited to 'util')
-rw-r--r-- | util/fbsetbg | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/util/fbsetbg b/util/fbsetbg index 718b19e..6ae6698 100644 --- a/util/fbsetbg +++ b/util/fbsetbg | |||
@@ -306,6 +306,9 @@ while [ $# -gt 0 ]; do | |||
306 | message "No previous wallpaper recorded for display ${DISPLAY}" | 306 | message "No previous wallpaper recorded for display ${DISPLAY}" |
307 | exit 1 | 307 | exit 1 |
308 | fi | 308 | fi |
309 | if [ "$option" = "fbsetroot" ]; then | ||
310 | use_fbsetroot | ||
311 | fi | ||
309 | else | 312 | else |
310 | message "No previous wallpaper recorded for display ${DISPLAY}" | 313 | message "No previous wallpaper recorded for display ${DISPLAY}" |
311 | exit 1 | 314 | exit 1 |