[gnome-software] Fix a typo
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-software] Fix a typo
- Date: Wed, 21 Aug 2013 04:13:07 +0000 (UTC)
commit 225f6c90d828adac29059e086936ee3b216b711e
Author: Matthias Clasen <mclasen redhat com>
Date: Wed Aug 21 00:12:56 2013 -0400
Fix a typo
src/plugins/gs-plugin-datadir-apps.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/plugins/gs-plugin-datadir-apps.c b/src/plugins/gs-plugin-datadir-apps.c
index 5d7e4e3..7a0a6da 100644
--- a/src/plugins/gs-plugin-datadir-apps.c
+++ b/src/plugins/gs-plugin-datadir-apps.c
@@ -97,7 +97,7 @@ gs_plugin_datadir_apps_set_from_cache_item (GsApp *app,
GsPluginDataDirAppsCacheItem *cache_item)
{
gs_app_set_id (app, cache_item->id);
- if (cache_item->pixbuf != NULL)
+ if (cache_item->name != NULL)
gs_app_set_name (app, cache_item->name);
if (cache_item->summary != NULL)
gs_app_set_summary (app, cache_item->summary);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]