_format-security
=================================================================== Gbp-Pq: Name 01_format-security.patch
This commit is contained in:
parent
907d499aff
commit
a1378fd4b6
|
@ -82,9 +82,11 @@ app_message_cb (UniqueApp *app,
|
||||||
GTK_DIALOG_DESTROY_WITH_PARENT,
|
GTK_DIALOG_DESTROY_WITH_PARENT,
|
||||||
GTK_MESSAGE_INFO,
|
GTK_MESSAGE_INFO,
|
||||||
GTK_BUTTONS_CLOSE,
|
GTK_BUTTONS_CLOSE,
|
||||||
|
"%s",
|
||||||
title);
|
title);
|
||||||
if (message)
|
if (message)
|
||||||
gtk_message_dialog_format_secondary_text (GTK_MESSAGE_DIALOG (dialog),
|
gtk_message_dialog_format_secondary_text (GTK_MESSAGE_DIALOG (dialog),
|
||||||
|
"%s",
|
||||||
message);
|
message);
|
||||||
|
|
||||||
gtk_window_set_urgency_hint (GTK_WINDOW (dialog), TRUE);
|
gtk_window_set_urgency_hint (GTK_WINDOW (dialog), TRUE);
|
||||||
|
|
Loading…
Reference in New Issue