From 62d0331156461884fdf8d5fdcaedc96ba6de774e Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Wed, 27 Apr 2011 07:55:56 +0200 Subject: Deprecate --menu-bg option (closes #27) --- src/options.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/options.c') diff --git a/src/options.c b/src/options.c index e7be48e..de72429 100644 --- a/src/options.c +++ b/src/options.c @@ -607,6 +607,7 @@ static void feh_parse_option_array(int argc, char **argv, int finalrun) case ')': free(opt.menu_bg); opt.menu_bg = estrdup(optarg); + weprintf("The --menu-bg option is deprecated and will be removed by 2012"); break; case 'B': free(opt.image_bg); @@ -688,7 +689,7 @@ static void feh_parse_option_array(int argc, char **argv, int finalrun) case 204: free(opt.menu_style); opt.menu_style = estrdup(optarg); - weprintf("--menu-style is deprecated and will be removed soon"); + weprintf("The --menu-style option is deprecated and will be removed by 2012"); break; case 205: if (!strcmp("fill", optarg)) -- cgit v1.2.3