[gnome-software/wip/temp/ubuntu-xenial-rebased-corrected: 328/331] PackageKit -> packagekit
- From: William Hua <williamhua src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-software/wip/temp/ubuntu-xenial-rebased-corrected: 328/331] PackageKit -> packagekit
- Date: Wed, 4 May 2016 14:26:06 +0000 (UTC)
commit 9c2e5a9455816c89e17d3c150f4793486c245f84
Author: William Hua <william hua canonical com>
Date: Fri Apr 29 15:53:27 2016 +0200
PackageKit -> packagekit
src/gs-app.c | 2 +-
src/plugins/gs-plugin-apt.cc | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/gs-app.c b/src/gs-app.c
index 0187b20..b630e46 100644
--- a/src/gs-app.c
+++ b/src/gs-app.c
@@ -1730,7 +1730,7 @@ gs_app_get_management_plugin (GsApp *app)
* gs_app_set_management_plugin:
*
* The management plugin is the plugin that can handle doing install and remove
- * operations on the #GsApp. Typical values include "PackageKit" and "jhbuild"
+ * operations on the #GsApp. Typical values include "packagekit" and "jhbuild"
*/
void
gs_app_set_management_plugin (GsApp *app, const gchar *management_plugin)
diff --git a/src/plugins/gs-plugin-apt.cc b/src/plugins/gs-plugin-apt.cc
index 9434cad..2e85d6e 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]