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/imdbapi/imdbapi.c

    r23090 r24056  
    3030
    3131        pluginmenu = child;
    32         tmpstr = ostrcat(getconfig("pluginpath", NULL), "/imdbapi/skin.xml", 0, 0);
     32        tmpstr = createpluginpath("/imdbapi/skin.xml", 0);
    3333        readscreen(tmpstr, 201, 1);
    3434        free(tmpstr); tmpstr = NULL;
Note: See TracChangeset for help on using the changeset viewer.