Changeset 24143


Ignore:
Timestamp:
10/08/13 21:02:00 (9 years ago)
Author:
nit
Message:

[titan] fix background download select bar size

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/bgdownload.h

    r23633 r24143  
    8787                                changetext(tmp, tmpstr);
    8888                                free(tmpstr); tmpstr = NULL;
    89                                 tmp->progresssize = bgdownload[i]->proz;
    9089                                tmp->handle = (void*)(i + 1);
    9190                        }
     
    9392                        {
    9493                                changetext(tmp, _("unknown"));
    95                                 tmp->progresssize = 0;
    9694                                tmp->handle = (void*)(i + 1);
    9795                        }
     
    108106                                tmp1->bordersize = progress->bordersize;
    109107                                tmp1->bordercol = progress->bordercol;
    110                                 tmp1->prozwidth = 0;           
     108                                tmp1->prozwidth = 0;
     109                                tmp1->progresssize = bgdownload[i]->proz;               
    111110                                tmp1->handle = (void*)(i + 1);
    112111                        }
Note: See TracChangeset for help on using the changeset viewer.