# HG changeset patch # User Igor Ippolitov # Date 1534779044 -10800 # Node ID 1c3289d4827350263f44978ce0eb0da40428cb22 # Parent e993f52f08a2954a58e19519e46f6fd4917b3bdc add headline field diff -r e993f52f08a2 -r 1c3289d48273 src/bar.c --- a/src/bar.c Tue Aug 14 21:28:02 2018 +0100 +++ b/src/bar.c Mon Aug 20 18:30:44 2018 +0300 @@ -66,6 +66,15 @@ " " ""; +static const gchar default_config_headline[] = +"" +" " +" " +" " +" " +" " +""; + static const gchar default_config_keywords[] = "" " " @@ -192,6 +201,7 @@ {PANE_KEYWORDS, "keywords", N_("Keywords"), default_config_keywords}, {PANE_COMMENT, "comment", N_("Comment"), default_config_comment}, {PANE_COMMENT, "rating", N_("Rating"), default_config_rating}, + {PANE_COMMENT, "headline", N_("Headline"), default_config_headline}, {PANE_EXIF, "exif", N_("Exif"), default_config_exif}, /* other pre-configured panes */ {PANE_EXIF, "file_info", N_("File info"), default_config_file_info},