summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2022-08-03 19:43:22 +0000
committerJamie <hello@itsjamie.dev>2022-08-03 19:43:22 +0000
commit3bad03e90fcc28f6e3f87f2c90df5984dbeb0791 (patch)
treeb3e2d6d4448ea18f9d09683307fb55409f6776cf /src
parentdbf52f37a7cedfdc066b31edc607dc136f4fc3fa (diff)
downloadgnome-todo-3bad03e90fcc28f6e3f87f2c90df5984dbeb0791.tar.gz
build: Fix building with -Werror=format-security
Diffstat (limited to 'src')
-rw-r--r--src/gui/gtd-window.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/gtd-window.c b/src/gui/gtd-window.c
index 783357d4..91323ff4 100644
--- a/src/gui/gtd-window.c
+++ b/src/gui/gtd-window.c
@@ -142,6 +142,7 @@ error_message_notification_secondary_action (GtdNotification *notification,
NULL);
adw_message_dialog_format_body (ADW_MESSAGE_DIALOG (dialog),
+ "%s",
data->secondary_text);
adw_message_dialog_add_response (ADW_MESSAGE_DIALOG (dialog),