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) 228 228 switch (current->type) { 229 229 case HL_TYPE_GROUP: 230 230 { 231 /* clean buff */ 232 g_string_truncate(buff, 0); 231 233 g_string_append(buff,"->"); 232 234 g_string_append(buff,current->label); 233 235 if (hotlist_state.moving)