Ticket #1415: Directory hotlist incorrect drawing fix
src/hotlist.c: buffer clean up has been added original author: E.L.K. Signed-off-by: Mikhail S. Pobolovets <styx.mp@gmail.com>
Этот коммит содержится в:
родитель
394e909070
Коммит
05b590d225
@ -228,6 +228,8 @@ static void fill_listbox (void)
|
||||
switch (current->type) {
|
||||
case HL_TYPE_GROUP:
|
||||
{
|
||||
/* buff clean up */
|
||||
g_string_truncate(buff, 0);
|
||||
g_string_append(buff,"->");
|
||||
g_string_append(buff,current->label);
|
||||
if (hotlist_state.moving)
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user