[gnome-software] Remove an invalid check that was preventing non-OS updates from showing up
- From: Richard Hughes <rhughes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-software] Remove an invalid check that was preventing non-OS updates from showing up
- Date: Wed, 21 Aug 2013 16:09:27 +0000 (UTC)
commit 019760d8af083180cf0aad6179ef2bc5e9c5262a
Author: Richard Hughes <richard hughsie com>
Date: Wed Aug 21 17:09:10 2013 +0100
Remove an invalid check that was preventing non-OS updates from showing up
src/plugins/gs-plugin-datadir-apps.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/src/plugins/gs-plugin-datadir-apps.c b/src/plugins/gs-plugin-datadir-apps.c
index 7a0a6da..0e6579f 100644
--- a/src/plugins/gs-plugin-datadir-apps.c
+++ b/src/plugins/gs-plugin-datadir-apps.c
@@ -230,8 +230,6 @@ gs_plugin_refine (GsPlugin *plugin,
for (l = list; l != NULL; l = l->next) {
app = GS_APP (l->data);
- if (gs_app_get_name (app) != NULL)
- continue;
tmp = gs_app_get_metadata_item (app, "datadir-desktop-filename");
if (tmp == NULL)
continue;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]