GNOME Bugzilla – Bug 770642
sharing: Fix the wrong argument for gsd_sharing_manager_handle_service
Last modified: 2016-08-31 16:01:43 UTC
Created attachment 334530 [details] [review] This patch fixes it by replacing the string with a ServiceInfo. gsd_sharing_manager_handle_service() takes the forth argument which is ServiceInfo not a string. This patch fixes it by replacing the string with a ServiceInfo.
Comment on attachment 334530 [details] [review] This patch fixes it by replacing the string with a ServiceInfo. This isn't a gnome-settings-daemon patch.
Created attachment 334538 [details] [review] sharing: Fix function arguments e0b7f41 was committed after some code massaging, which resulted the wrong arguments being passed to a few functions, gsd_sharing_manager_handle_service() amongst them.
Attachment 334538 [details] pushed as 5b6b26e - sharing: Fix function arguments