summaryrefslogtreecommitdiff
path: root/libyelp/yelp-help-list.c
diff options
context:
space:
mode:
Diffstat (limited to 'libyelp/yelp-help-list.c')
-rw-r--r--libyelp/yelp-help-list.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libyelp/yelp-help-list.c b/libyelp/yelp-help-list.c
index 6724e979..f65ebb29 100644
--- a/libyelp/yelp-help-list.c
+++ b/libyelp/yelp-help-list.c
@@ -560,7 +560,7 @@ help_list_handle_page (YelpHelpList *list,
for (cur = priv->all_entries; cur != NULL; cur = cur->next) {
HelpListEntry *entry = (HelpListEntry *) cur->data;
gchar *title = entry->title ? entry->title : (strchr (entry->id, ':') + 1);
- gchar *desc = entry->desc ? entry->desc : "";
+ const gchar *desc = entry->desc ? entry->desc : "";
tmp = g_markup_printf_escaped ("<a href='%s'><div class='linkdiv'>",
entry->id);