Changeset 14391


Ignore:
Timestamp:
03/03/12 01:25:48 (12 years ago)
Author:
obi
Message:

[titan] fix mc vp playlist

Location:
titan
Files:
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • titan/plugins/mc/mc_videoplayer.h

    r14359 r14391  
    448448                                {
    449449                                        showplaylist(apskin, filelistpath, filelist, listbox, b2, 1, &playlist, &eof, &filename, &currentdirectory, &playertype, flag);
    450 //                                      drawscreen(apskin, 0);
     450
     451                                        if(getconfigint("vp_autostart_playlist", NULL) == 0)
     452                                                drawscreen(apskin, 0);
    451453                                        continue;
    452454
  • titan/plugins/networkbrowser/networkbrowser_menulist.h

    r14390 r14391  
    181181                                        ret6 = strsplit(tmpstr6, "%", &count6);
    182182
    183                                         printf("1111: %s\n",(&ret1[i])->part);
    184                                         printf("21111: %s\n",(&ret5[0])->part);
    185 
    186 
    187183                                        if(ostrcmp((&ret5[0])->part, "add") == 0){
    188184                                                tmppic = ostrcat((&ret1[i])->part, ".png", 0, 0);
Note: See TracChangeset for help on using the changeset viewer.