From 2dbe79d105e7898ee2594e2038052150436eb207 Mon Sep 17 00:00:00 2001 From: Leandro Pereira Date: Sat, 9 May 2020 18:30:48 -0700 Subject: Update SyncManager to use the new API --- hardinfo/vendor.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'hardinfo') diff --git a/hardinfo/vendor.c b/hardinfo/vendor.c index ff560390..9cf84fa5 100644 --- a/hardinfo/vendor.c +++ b/hardinfo/vendor.c @@ -252,10 +252,8 @@ void vendor_init(void) { gchar *path; static SyncEntry se = { - .fancy_name = "Update vendor list", - .name = "RecvVendorList", - .save_to = "vendor.ids", - .get_data = NULL + .name = N_("Update vendor list"), + .file_name = "vendor.ids", }; /* already initialized */ -- cgit v1.2.3