[gnome-software] trivial: Fix compile when using PackageKit < 0.8.12
- From: Richard Hughes <rhughes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-software] trivial: Fix compile when using PackageKit < 0.8.12
- Date: Thu, 10 Oct 2013 15:50:57 +0000 (UTC)
commit ebc6272bfa47a048562bb5a5fb55094a076d7d76
Author: Richard Hughes <richard hughsie com>
Date: Thu Oct 10 16:50:50 2013 +0100
trivial: Fix compile when using PackageKit < 0.8.12
src/plugins/gs-plugin-packagekit-refine.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/plugins/gs-plugin-packagekit-refine.c b/src/plugins/gs-plugin-packagekit-refine.c
index 7ae6b75..3055726 100644
--- a/src/plugins/gs-plugin-packagekit-refine.c
+++ b/src/plugins/gs-plugin-packagekit-refine.c
@@ -478,7 +478,7 @@ gs_plugin_packagekit_refine_details (GsPlugin *plugin,
if (gs_app_get_description (app) == NULL &&
g_getenv ("GNOME_SOFTWARE_USE_PKG_DESCRIPTIONS") != NULL) {
g_object_get (details, "description", &tmp, NULL);
- desc = gs_pk_format_desc (tmp)
+ desc = gs_pk_format_desc (tmp);
g_free (tmp);
gs_app_set_description (app, desc);
g_free (desc);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]