From 6e28b9a8c4c56abab0d01796f7c8b0050b367c4c Mon Sep 17 00:00:00 2001 From: Benjamin Berg Date: Thu, 14 May 2020 18:59:07 +0200 Subject: [PATCH] print: Fix pspec of print type to match real default The default is actually FPI_PRINT_UNDEFINED and not FPI_PRINT_RAW. --- libfprint/fp-print.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libfprint/fp-print.c b/libfprint/fp-print.c index 9c2c537..c8a1b07 100644 --- a/libfprint/fp-print.c +++ b/libfprint/fp-print.c @@ -281,7 +281,7 @@ fp_print_class_init (FpPrintClass *klass) "Type", "Private: The type of the print data", FPI_TYPE_PRINT_TYPE, - FPI_PRINT_RAW, + FPI_PRINT_UNDEFINED, G_PARAM_STATIC_STRINGS | G_PARAM_READWRITE | G_PARAM_EXPLICIT_NOTIFY); /**