[gnome-software/wip/rancell/ubuntu-3-20-1: 24/72] trivial: Fix live updating of USB firmware
- From: Robert Ancell <rancell src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-software/wip/rancell/ubuntu-3-20-1: 24/72] trivial: Fix live updating of USB firmware
- Date: Sat, 17 Jun 2017 11:56:44 +0000 (UTC)
commit 3074129987cf22498fd5e6410006496984eb1783
Author: Richard Hughes <richard hughsie com>
Date: Mon Apr 25 13:59:27 2016 +0100
trivial: Fix live updating of USB firmware
The default is LIVE, unless the device is declared offline-only.
src/plugins/gs-plugin-fwupd.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/plugins/gs-plugin-fwupd.c b/src/plugins/gs-plugin-fwupd.c
index e7a84b1..57ab196 100644
--- a/src/plugins/gs-plugin-fwupd.c
+++ b/src/plugins/gs-plugin-fwupd.c
@@ -931,7 +931,7 @@ gs_plugin_fwupd_install (GsPlugin *plugin,
{
const gchar *install_method;
g_autofree gchar *filename = NULL;
- gboolean offline = TRUE;
+ gboolean offline = FALSE;
/* only process this app if was created by this plugin */
if (g_strcmp0 (gs_app_get_management_plugin (app), "fwupd") != 0)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]