[gnome-software/gnome-3-24] trivial: Use the correct type when removing applications



commit 9e8c3c1676fb81376958be9369c00aaf4c61411f
Author: Richard Hughes <richard hughsie com>
Date:   Wed Apr 19 19:36:35 2017 +0100

    trivial: Use the correct type when removing applications

 lib/gs-app-list.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/lib/gs-app-list.c b/lib/gs-app-list.c
index 2a6d965..bf6c59f 100644
--- a/lib/gs-app-list.c
+++ b/lib/gs-app-list.c
@@ -157,7 +157,7 @@ gs_app_list_add (GsAppList *list, GsApp *app)
 void
 gs_app_list_remove (GsAppList *list, GsApp *app)
 {
-       AsApp *app_tmp;
+       GsApp *app_tmp;
        const gchar *unique_id;
        g_autoptr(GMutexLocker) locker = g_mutex_locker_new (&list->mutex);
 


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