[gnome-photos/wip/rishi/base-item-trash-error-double-free: 1/2] base-item: Fix typo
- From: Debarshi Ray <debarshir src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-photos/wip/rishi/base-item-trash-error-double-free: 1/2] base-item: Fix typo
- Date: Sun, 14 Mar 2021 14:33:10 +0000 (UTC)
commit e2b961b041daa2b0d9e085aeac8cb872e142a463
Author: Debarshi Ray <debarshir gnome org>
Date: Sun Mar 14 15:21:25 2021 +0100
base-item: Fix typo
Fallout from c855a5a7cce5d023c091b24c2583e76b2a8fcd42
https://gitlab.gnome.org/GNOME/gnome-photos/-/merge_requests/177
src/photos-base-item.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/photos-base-item.c b/src/photos-base-item.c
index f0c3391b..267505e7 100644
--- a/src/photos-base-item.c
+++ b/src/photos-base-item.c
@@ -2743,7 +2743,7 @@ photos_base_item_save_to_stream_load (GObject *source_object, GAsyncResult *res,
static void
-photo_base_item_trash_executed (GObject *source_object, GAsyncResult *res, gpointer user_data)
+photos_base_item_trash_executed (GObject *source_object, GAsyncResult *res, gpointer user_data)
{
GApplication *app;
g_autoptr (GTask) task = G_TASK (user_data);
@@ -4775,7 +4775,7 @@ photos_base_item_trash_async (PhotosBaseItem *self,
job = photos_delete_item_job_new (priv->id);
g_application_hold (app);
- photos_delete_item_job_run (job, cancellable, photo_base_item_trash_executed, g_object_ref (task));
+ photos_delete_item_job_run (job, cancellable, photos_base_item_trash_executed, g_object_ref (task));
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]