File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 179
179
# %s summary
180
180
# %b body
181
181
# %c category
182
- # %U urgency (LOW, NORMAL, CRITICAL)
182
+ # %S stack_tag
183
183
# %i iconname (including its path)
184
184
# %I iconname (without its path)
185
185
# %p progress value if set ([ 0%] to [100%]) or nothing
186
186
# %n progress value if set without any extra characters
187
- # %% Literal %
187
+ # %% literal %
188
188
# Markup is allowed
189
189
format = "<b>%s</b>\n%b"
190
190
Original file line number Diff line number Diff line change @@ -609,7 +609,7 @@ static void notification_format_message(struct notification *n)
609
609
notification_replace_single_field (
610
610
& n -> msg ,
611
611
& substr ,
612
- n -> stack_tag ,
612
+ n -> stack_tag ? n -> stack_tag : "" ,
613
613
MARKUP_NO );
614
614
break ;
615
615
case 'I' :
You can’t perform that action at this time.
0 commit comments