[gnome-software] trivial: Never show a 'Launch' button for drivers



commit 05537e59ab3a788004a8204e670bdab8a72b691a
Author: Richard Hughes <richard hughsie com>
Date:   Thu Jun 15 13:22:59 2017 +0100

    trivial: Never show a 'Launch' button for drivers

 plugins/core/gs-appstream.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/plugins/core/gs-appstream.c b/plugins/core/gs-appstream.c
index c18e176..cecf996 100644
--- a/plugins/core/gs-appstream.c
+++ b/plugins/core/gs-appstream.c
@@ -607,6 +607,7 @@ gs_appstream_refine_app (GsPlugin *plugin,
        switch (gs_app_get_kind (app)) {
        case AS_APP_KIND_ADDON:
        case AS_APP_KIND_CODEC:
+       case AS_APP_KIND_DRIVER:
        case AS_APP_KIND_FIRMWARE:
        case AS_APP_KIND_FONT:
        case AS_APP_KIND_GENERIC:


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