summaryrefslogtreecommitdiff
path: root/desktop/tree_url_node.c
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/tree_url_node.c')
-rw-r--r--desktop/tree_url_node.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop/tree_url_node.c b/desktop/tree_url_node.c
index f89d5c045..ff21d97bf 100644
--- a/desktop/tree_url_node.c
+++ b/desktop/tree_url_node.c
@@ -547,8 +547,8 @@ static void tree_url_load_entry(xmlNode *li, struct tree *tree,
/* Make this URL persistent */
urldb_set_url_persistence(url, true);
- if (data->title == NULL)
- urldb_set_url_title(url, title);
+ /* Force the title in the hotlist */
+ urldb_set_url_title(url, title);
entry = tree_create_URL_node(tree, directory, url, title,
callback, callback_data);