diff options
author | Richard Hughes <richard@hughsie.com> | 2014-08-19 09:47:59 +0100 |
---|---|---|
committer | Richard Hughes <richard@hughsie.com> | 2014-08-19 09:47:59 +0100 |
commit | 96187c604742d45d495359bd7361eda24ee363d9 (patch) | |
tree | b8a2492c4cf38614a94d62e6fa26c20c24cdc31d /libappstream-builder/plugins/asb-plugin-font.c | |
parent | 5eea16caa0b0153f18980942f4799ad3566b3774 (diff) | |
download | appstream-glib-96187c604742d45d495359bd7361eda24ee363d9.tar.gz |
trivial: Show the full application ID in more places
Diffstat (limited to 'libappstream-builder/plugins/asb-plugin-font.c')
-rw-r--r-- | libappstream-builder/plugins/asb-plugin-font.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libappstream-builder/plugins/asb-plugin-font.c b/libappstream-builder/plugins/asb-plugin-font.c index d599379..543f067 100644 --- a/libappstream-builder/plugins/asb-plugin-font.c +++ b/libappstream-builder/plugins/asb-plugin-font.c @@ -698,7 +698,7 @@ asb_plugin_process (AsbPlugin *plugin, static guint asb_font_get_app_sortable_idx (AsbApp *app) { - const gchar *font_str = as_app_get_id (AS_APP (app)); + const gchar *font_str = as_app_get_id_full (AS_APP (app)); guint idx = 0; if (g_strstr_len (font_str, -1, "It") != NULL) |