[gnome-software/wip/rancell/apt: 35/35] Use new method name



commit 23a04ac9d66b1b9e284606bf151cc42429637e8d
Author: Robert Ancell <robert ancell canonical com>
Date:   Wed Mar 16 11:50:35 2016 +1300

    Use new method name

 src/plugins/gs-plugin-apt.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/plugins/gs-plugin-apt.c b/src/plugins/gs-plugin-apt.c
index e8f3209..8b89bc8 100644
--- a/src/plugins/gs-plugin-apt.c
+++ b/src/plugins/gs-plugin-apt.c
@@ -515,7 +515,7 @@ gs_plugin_refine (GsPlugin *plugin,
                                gs_app_add_quirk (app, AS_APP_QUIRK_PROVENANCE);
                        }
                        if ((flags & GS_PLUGIN_REFINE_FLAGS_REQUIRE_LICENCE) != 0 && info->is_open_source) {
-                               gs_app_set_licence (app, GS_APP_QUALITY_HIGHEST, "@LicenseRef-ubuntu");
+                               gs_app_set_license (app, GS_APP_QUALITY_HIGHEST, "@LicenseRef-ubuntu");
                        }
                }
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]