_format-security

===================================================================

Gbp-Pq: Name 01_format-security.patch
This commit is contained in:
Debian GNOME Maintainers 2022-05-14 03:38:37 +08:00 committed by openKylinBot
parent 907d499aff
commit a1378fd4b6
1 changed files with 2 additions and 0 deletions

View File

@ -82,9 +82,11 @@ app_message_cb (UniqueApp *app,
GTK_DIALOG_DESTROY_WITH_PARENT,
GTK_MESSAGE_INFO,
GTK_BUTTONS_CLOSE,
"%s",
title);
if (message)
gtk_message_dialog_format_secondary_text (GTK_MESSAGE_DIALOG (dialog),
"%s",
message);
gtk_window_set_urgency_hint (GTK_WINDOW (dialog), TRUE);