diff --git a/src/mdiary.c b/src/mdiary.c index 3a17e50..e36773a 100644 --- a/src/mdiary.c +++ b/src/mdiary.c @@ -436,7 +436,7 @@ void mdiary_add_entry_to_store(GtkListStore *entryListStore, gtk_list_store_append(entryListStore, &iter); gtk_list_store_set(entryListStore, &iter, - COL_TITLE, g_strdup(title), + COL_TITLE, title, COL_DATE_TEXT, date_text, COL_TAGS_TEXT, taglistString, COL_TIMESTAMP, datetime_copy,