mirror of
https://gitlab.gnome.org/GNOME/libsecret.git
synced 2025-01-03 02:28:53 +00:00
Use correct path when initializing a collection
This commit is contained in:
parent
277e65b87a
commit
5e73621f40
@ -1364,7 +1364,7 @@ on_ensure_collection (GObject *source,
|
|||||||
g_simple_async_result_take_error (res, error);
|
g_simple_async_result_take_error (res, error);
|
||||||
|
|
||||||
if (collection != NULL) {
|
if (collection != NULL) {
|
||||||
path = g_dbus_proxy_get_object_path (G_DBUS_PROXY (self));
|
path = g_dbus_proxy_get_object_path (G_DBUS_PROXY (collection));
|
||||||
g_hash_table_insert (closure->collections, g_strdup (path), collection);
|
g_hash_table_insert (closure->collections, g_strdup (path), collection);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user