gtk+3: fix dependencies for new gnome/accessibility/at-spi2-core
[oi-userland.git] / components / desktop / mate / caja / patches / 03-timeslider-caja-window-slot.patch
blob2c5fa29cbbce98f29f9a7ae4da5326b623322201
1 --- caja-1.28.0/src/caja-window-slot.h.orig 2024-02-20 01:30:36.000000000 +0100
2 +++ caja-1.28.0/src/caja-window-slot.h 2024-02-26 08:42:41.082428896 +0100
3 @@ -113,6 +113,7 @@
4 gpointer open_callback_user_data;
6 GCancellable *find_mount_cancellable;
7 + GCancellable *find_zfs_snapshots_cancellable;
9 gboolean visible;
11 --- caja-1.28.0/src/caja-window-slot.c.orig 2024-02-20 01:30:36.000000000 +0100
12 +++ caja-1.28.0/src/caja-window-slot.c 2024-02-26 08:42:41.082244159 +0100
13 @@ -686,6 +686,13 @@
14 slot->find_mount_cancellable = NULL;
17 + if (slot->find_zfs_snapshots_cancellable)
18 + {
19 + g_cancellable_cancel (slot->find_zfs_snapshots_cancellable);
20 + g_object_unref (slot->find_zfs_snapshots_cancellable);
21 + slot->find_zfs_snapshots_cancellable = NULL;
22 + }
24 slot->pane = NULL;
26 g_free (slot->title);