[gnome-software] trivial: Use the correct locale for the application ID
- From: Richard Hughes <rhughes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-software] trivial: Use the correct locale for the application ID
- Date: Thu, 31 Oct 2013 08:22:47 +0000 (UTC)
commit 77ec9622242d2ad9bd8bb4cd4957059e081b2b8c
Author: Richard Hughes <richard hughsie com>
Date: Thu Oct 31 08:20:54 2013 +0000
trivial: Use the correct locale for the application ID
src/plugins/appstream-app.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/plugins/appstream-app.c b/src/plugins/appstream-app.c
index 0f31128..3c3c394 100644
--- a/src/plugins/appstream-app.c
+++ b/src/plugins/appstream-app.c
@@ -560,7 +560,7 @@ appstream_app_create_token_cache (AppstreamApp *app)
const gchar *tmp;
guint i;
- appstream_app_add_tokens (app, app->id, NULL, 100);
+ appstream_app_add_tokens (app, app->id, "C", 100);
appstream_app_add_tokens (app, app->name, app->name_lang, 80);
appstream_app_add_tokens (app, app->summary, app->summary_lang, 60);
for (i = 0; i < app->keywords->len; i++) {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]