Skip to content

Commit

Permalink
trivial: Return the correct property when getting the host product
Browse files Browse the repository at this point in the history
  • Loading branch information
hughsie committed Sep 21, 2019
1 parent 1dbb82d commit 6d0e7fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libfwupd/fwupd-client.c
Expand Up @@ -1888,7 +1888,7 @@ fwupd_client_class_init (FwupdClientClass *klass)
*/
pspec = g_param_spec_string ("host-product", NULL, NULL,
NULL, G_PARAM_READABLE | G_PARAM_STATIC_NAME);
g_object_class_install_property (object_class, PROP_DAEMON_VERSION, pspec);
g_object_class_install_property (object_class, PROP_HOST_PRODUCT, pspec);

}

Expand Down

0 comments on commit 6d0e7fd

Please sign in to comment.