[gnome-software] Fix the name of the offline update file



commit 7cb0280ea6497c199b6c62b1e077f2eba5188ed0
Author: Richard Hughes <richard hughsie com>
Date:   Wed Dec 18 18:05:26 2013 +0000

    Fix the name of the offline update file
    
    Yes, it was a typo, and yes it's very hard to change now.

 src/gs-offline-updates.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gs-offline-updates.c b/src/gs-offline-updates.c
index 79b2be9..727c13b 100644
--- a/src/gs-offline-updates.c
+++ b/src/gs-offline-updates.c
@@ -109,7 +109,7 @@ gs_offline_updates_cancel (void)
 }
 
 #define PK_OFFLINE_UPDATE_RESULTS_GROUP                "PackageKit Offline Update Results"
-#define PK_OFFLINE_UPDATE_RESULTS_FILENAME     "/var/lib/PackageKit/offline-update-completed"
+#define PK_OFFLINE_UPDATE_RESULTS_FILENAME     "/var/lib/PackageKit/offline-update-competed"
 
 gboolean
 gs_offline_updates_get_status (gboolean  *success,


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