Fix compiler warning

This commit is contained in:
Benjamin Schaaf 2021-11-12 18:23:04 +11:00 committed by Martijn Braam
parent d6df1458fc
commit ae6d4e2485
No known key found for this signature in database
GPG Key ID: C4280ACB000B060F
1 changed files with 1 additions and 1 deletions

View File

@ -560,7 +560,7 @@ on_zbar_code_tapped(GtkWidget *widget, const MPZBarCode *code)
"Found data encoded in a %s.",
code->type);
gtk_message_dialog_format_secondary_markup (
GTK_DIALOG(dialog),
GTK_MESSAGE_DIALOG(dialog),
"<small>%s</small>",
code->data
);