Changeset 18599


Ignore:
Timestamp:
11/16/12 17:41:32 (11 years ago)
Author:
obi
Message:

add debug

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/plugins/filemanager/filemanager.h

    r18594 r18599  
    77
    88        if(filelistpath1 == NULL || filelistpath2 == NULL)
    9                 return;
     9        {
     10                printf("1111\n");
     11                return;
     12        }
    1013        if(filelist1 == NULL || filelist1->select == NULL)
    11                 return;
     14        {
     15                printf("2222\n");
     16                return;
     17        }
    1218        if(filelist2 == NULL || filelist2->select == NULL)
    13                 return;
     19        {
     20                printf("3333\n");
     21                return;
     22        }
    1423
    1524        if(aktfilelist == 0)
     
    1827                tmpstr = ostrcat(filelist2->select->text, NULL, 0, 0);
    1928
     29        printf("4444\n");
     30               
    2031        char* search = textinput(_("Rename"), tmpstr);
    2132        free(tmpstr); tmpstr = NULL;
     
    5566
    5667        if(filelistpath1 == NULL || filelistpath2 == NULL)
    57                 return;
     68        {
     69                printf("1111\n");
     70                return;
     71        }
    5872        if(filelist1 == NULL || filelist1->select == NULL)
    59                 return;
     73        {
     74                printf("2222\n");
     75                return;
     76        }
    6077        if(filelist2 == NULL || filelist2->select == NULL)
    61                 return;
     78        {
     79                printf("3333\n");
     80                return;
     81        }
    6282
    6383        char* search = textinputhist(_("Create Folder"), " ", "searchhist");
Note: See TracChangeset for help on using the changeset viewer.