Commit b359a39b authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

properly escape image-bg argument in ~/.fehbg

Closes #400
parent 790abd84
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -473,7 +473,7 @@ void feh_wm_set_bg(char *fil, Imlib_Image im, int centered, int scaled,
						fputs("tile", fp);
					if (opt.image_bg) {
						fputs(" --image-bg ", fp);
						fputs(opt.image_bg, fp);
						fputs(shell_escape(opt.image_bg), fp);
					}
#ifdef HAVE_LIBXINERAMA
					if (opt.xinerama) {