[gnome-photos/gnome-3-38] base-item: Fix typo



commit 63ec52e3c16b191f38f88a57686d8e20efb2b18f
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 6f1a4ee4..38d47c69 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]