hotlist: fixed broken newly added entries.

Signed-off-by: Slava Zanko <slavazanko@gmail.com>
This commit is contained in:
Slava Zanko 2012-03-21 16:35:21 +03:00
parent f1b09134b1
commit a6e3bed929

View File

@ -1711,7 +1711,6 @@ add2hotlist_cmd (void)
}
add2hotlist (label, label_string, HL_TYPE_ENTRY, LISTBOX_APPEND_AT_END);
hotlist_state.modified = 1;
g_free (label_string);
}
/* --------------------------------------------------------------------------------------------- */