mirror of
https://gitlab.gnome.org/GNOME/libsecret.git
synced 2024-12-22 12:48:51 +00:00
Call correct method for secret_service_unlock()
* Previously erroneously called "Lock" instead of "Unlock"
This commit is contained in:
parent
f64cf14f41
commit
277e65b87a
@ -1221,7 +1221,7 @@ service_xlock_async (SecretService *self,
|
||||
}
|
||||
g_ptr_array_add (paths, NULL);
|
||||
|
||||
res = service_xlock_paths_async (self, "Lock", (const gchar **)paths->pdata,
|
||||
res = service_xlock_paths_async (self, method, (const gchar **)paths->pdata,
|
||||
cancellable, callback, user_data);
|
||||
|
||||
closure = g_simple_async_result_get_op_res_gpointer (res);
|
||||
|
Loading…
Reference in New Issue
Block a user