Call correct method for secret_service_unlock()

* Previously erroneously called "Lock" instead of "Unlock"
This commit is contained in:
Stef Walter 2012-06-27 16:42:36 +02:00
parent f64cf14f41
commit 277e65b87a

View File

@ -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);