summaryrefslogtreecommitdiff
path: root/hardinfo
diff options
context:
space:
mode:
authorLeandro Pereira <leandro@hardinfo.org>2020-05-09 18:30:48 -0700
committerLeandro Pereira <leandro@hardinfo.org>2020-05-09 18:38:26 -0700
commit2dbe79d105e7898ee2594e2038052150436eb207 (patch)
tree82a37242f7c0022989fc3d5f3ca12c035e2697b4 /hardinfo
parent605f2846ff85de6ed0c2a63e14a341c3c4604a15 (diff)
Update SyncManager to use the new API
Diffstat (limited to 'hardinfo')
-rw-r--r--hardinfo/vendor.c6
1 files changed, 2 insertions, 4 deletions
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 */