mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2025-11-15 07:38:12 +00:00
egismoc: Return truncated text instead of null for description when using list
This commit is contained in:
committed by
Marco Trevisan (Treviño)
parent
7aae2181e2
commit
47fe3668e4
@@ -373,7 +373,7 @@ egismoc_set_print_data (FpPrint *print,
|
|||||||
fpi_print_set_type (print, FPI_PRINT_RAW);
|
fpi_print_set_type (print, FPI_PRINT_RAW);
|
||||||
fpi_print_set_device_stored (print, TRUE);
|
fpi_print_set_device_stored (print, TRUE);
|
||||||
|
|
||||||
g_object_set (print, "description", user_id, NULL);
|
g_object_set (print, "description", fill_user_id, NULL);
|
||||||
|
|
||||||
print_id_var = g_variant_new_fixed_array (G_VARIANT_TYPE_BYTE,
|
print_id_var = g_variant_new_fixed_array (G_VARIANT_TYPE_BYTE,
|
||||||
device_print_id,
|
device_print_id,
|
||||||
|
|||||||
Reference in New Issue
Block a user