[gnome-software/gnome-3-20] trivial: Fix live updating of USB firmware
- From: Richard Hughes <rhughes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-software/gnome-3-20] trivial: Fix live updating of USB firmware
- Date: Mon, 25 Apr 2016 12:59:49 +0000 (UTC)
commit 9df81751321e9d96b5242256ab69b083b8951bda
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 ff4b75a..b968005 100644
--- a/src/plugins/gs-plugin-fwupd.c
+++ b/src/plugins/gs-plugin-fwupd.c
@@ -904,7 +904,7 @@ gs_plugin_fwupd_install (GsPlugin *plugin,
{
const gchar *install_method;
const gchar *filename;
- 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), plugin->name) != 0)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]