Ticket #1415: FixHotlist.patch

File FixHotlist.patch, 378 bytes (added by E.L.K., 15 years ago)
  • src/hotlist.c

    diff --git a/src/hotlist.c b/src/hotlist.c
    index dd8dd04..53920e1 100644
    a b static void fill_listbox (void) 
    228228        switch (current->type) { 
    229229        case HL_TYPE_GROUP: 
    230230            { 
     231                /* clean buff */ 
     232                g_string_truncate(buff, 0);                
    231233                g_string_append(buff,"->"); 
    232234                g_string_append(buff,current->label); 
    233235                if (hotlist_state.moving)