mirror of
https://github.com/taigrr/wtf
synced 2025-01-18 04:03:14 -08:00
Fix broken gCal title
Signed-off-by: Chris Cummer <chriscummer@me.com>
This commit is contained in:
parent
cda15e841b
commit
e43c37cc07
@ -43,7 +43,7 @@ func (widget *Widget) content() (string, string, bool) {
|
||||
timestamp = ""
|
||||
}
|
||||
|
||||
title = fmt.Sprintf("[%s]%s",
|
||||
eventTitle := fmt.Sprintf("[%s]%s",
|
||||
widget.titleColor(calEvent),
|
||||
widget.eventSummary(calEvent, calEvent.ConflictsWith(calEvents)),
|
||||
)
|
||||
@ -53,7 +53,7 @@ func (widget *Widget) content() (string, string, bool) {
|
||||
widget.dayDivider(calEvent, prevEvent),
|
||||
widget.responseIcon(calEvent),
|
||||
timestamp,
|
||||
title,
|
||||
eventTitle,
|
||||
)
|
||||
|
||||
str += fmt.Sprintf("%s %s%s\n",
|
||||
|
Loading…
x
Reference in New Issue
Block a user