Skip to content

Commit

Permalink
Ticket #1415: Directory hotlist incorrect drawing fix
Browse files Browse the repository at this point in the history
    src/hotlist.c: buffer clean up has been added
    original author: E.L.K.

Signed-off-by: Mikhail S. Pobolovets <[email protected]>
  • Loading branch information
styx committed Aug 4, 2009
1 parent 394e909 commit 05b590d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/hotlist.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 05b590d

Please sign in to comment.