[gnome-photos] export-notification: Fix typo



commit 4771ebd38fde8feb92beea6b7b3b998a09a79823
Author: Debarshi Ray <debarshir gnome org>
Date:   Wed Mar 21 18:38:04 2018 +0100

    export-notification: Fix typo
    
    The housekeeping plugin's D-Bus name changed in GNOME 3.24, not 3.26,
    which was shipped in Fedora 26. Confusing!
    
    Fallout from 8ad2cbdd0cc8f0dbeb04ea04c91d716fcca3d04e

 src/photos-export-notification.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/photos-export-notification.c b/src/photos-export-notification.c
index 9e2a2d46..e956c2c1 100644
--- a/src/photos-export-notification.c
+++ b/src/photos-export-notification.c
@@ -135,7 +135,7 @@ photos_export_notification_empty_trash_call_empty_trash (GObject *source_object,
 
 
 static void
-photos_export_notification_empty_trash_call_empty_trash_pre_3_26 (GObject *source_object,
+photos_export_notification_empty_trash_call_empty_trash_pre_3_24 (GObject *source_object,
                                                                   GAsyncResult *res,
                                                                   gpointer user_data)
 {
@@ -168,7 +168,7 @@ photos_export_notification_empty_trash_call_empty_trash_pre_3_26 (GObject *sourc
           }
         else
           {
-            g_warning ("Unable to call org.gnome.SettingsDaemon.Housekeeping:EmptyTrash (GNOME < 3.26): %s",
+            g_warning ("Unable to call org.gnome.SettingsDaemon.Housekeeping:EmptyTrash (GNOME < 3.24): %s",
                        error->message);
           }
       }
@@ -203,7 +203,7 @@ photos_export_notification_empty_trash_bus_get (GObject *source_object, GAsyncRe
                           G_DBUS_CALL_FLAGS_NONE,
                           -1,
                           NULL,
-                          photos_export_notification_empty_trash_call_empty_trash_pre_3_26,
+                          photos_export_notification_empty_trash_call_empty_trash_pre_3_24,
                           NULL);
 
  out:


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]