Rebrand get_info(xchatdir) but remain compatible for Perl and Python
This commit is contained in:
@@ -87,7 +87,7 @@ void loadThemes(){
|
||||
FILE *f;
|
||||
hexchat_print(ph,"loading themes\n");
|
||||
hDir=(char*)calloc(1024,sizeof(char));
|
||||
strcpy(hDir,hexchat_get_info(ph,"xchatdirfs"));
|
||||
strcpy(hDir,hexchat_get_info(ph,"hexchatdirfs"));
|
||||
hFile=str3cat(hDir,"\\","mpcInfo.theme.txt");
|
||||
f = fopen(hFile,"r");
|
||||
if(f==NULL)
|
||||
|
||||
Reference in New Issue
Block a user