plug-ins: Use string literal as format in metadata plug-in
This commit is contained in:
@ -427,7 +427,7 @@ metadata_message_dialog (GtkMessageType type,
|
||||
{
|
||||
GtkWidget *dlg;
|
||||
|
||||
dlg = gtk_message_dialog_new (parent, 0, type, GTK_BUTTONS_OK, message);
|
||||
dlg = gtk_message_dialog_new (parent, 0, type, GTK_BUTTONS_OK, "%s", message);
|
||||
|
||||
if (title)
|
||||
gtk_window_set_title (GTK_WINDOW (dlg), title);
|
||||
|
||||
Reference in New Issue
Block a user