[gnome-software/wip/ubuntu-xenial] Update apt plugin to use new management plugin name for packagekit plugin (changed in 6d73ddcb00c307
- From: Robert Ancell <rancell src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-software/wip/ubuntu-xenial] Update apt plugin to use new management plugin name for packagekit plugin (changed in 6d73ddcb00c307
- Date: Thu, 15 Sep 2016 08:39:04 +0000 (UTC)
commit bb6d4cd1e8f8135f35e33877eaa233602ff67b11
Author: Robert Ancell <robert ancell canonical com>
Date: Thu Sep 15 20:38:47 2016 +1200
Update apt plugin to use new management plugin name for packagekit plugin (changed in
6d73ddcb00c307ef3e4ed473e405c7025923bfce)
src/plugins/gs-plugin-apt.cc | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/plugins/gs-plugin-apt.cc b/src/plugins/gs-plugin-apt.cc
index ff3578a..9b132ba 100644
--- a/src/plugins/gs-plugin-apt.cc
+++ b/src/plugins/gs-plugin-apt.cc
@@ -884,7 +884,7 @@ app_is_ours (GsApp *app)
// FIXME: Since appstream marks all packages as owned by PackageKit and
// we are replacing PackageKit we need to accept those packages
- const gchar *our_management_plugins[] = { "PackageKit", "apt", NULL };
+ const gchar *our_management_plugins[] = { "packagekit", "apt", NULL };
return g_strv_contains (our_management_plugins, management_plugin);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]