Ignore:
Timestamp:
10/04/13 14:20:24 (10 years ago)
Author:
nit
Message:

[titan] add new plugindir system

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/plugins/streaminfo/streaminfo.c

    r17097 r24056  
    1919        char* tmpstr = NULL;
    2020       
    21         tmpstr = ostrcat(getconfig("pluginpath", NULL), "/streaminfo/skin.xml", 0, 0);
     21        tmpstr = createpluginpath("/streaminfo/skin.xml", 0);
    2222        readscreen(tmpstr, 225, 1);
    2323        free(tmpstr); tmpstr = NULL;
Note: See TracChangeset for help on using the changeset viewer.