[gnome-photos/gnome-3-26] export-notification: Fix typo



commit 1729c3f35b5dda1b1d3ae6893d944c2923e45c54
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 de9bb93515c26c36fb4fd71700fba4459a36548f

 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 5cfefc72..ed3ca436 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)
 {
@@ -166,7 +166,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);
         }
 
@@ -202,7 +202,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]