Make the get config dir hack more robust. This thing is probably going away
in the xpfe world. Thanks to rth@cygnus.com (Richard Henderson) for pointing this out. git-svn-id: svn://10.0.0.236/trunk@16056 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -108,8 +108,10 @@ PREF_GetUrl(char* name, char** url)
|
||||
XP_Bool
|
||||
FE_GetLabelAndMnemonic(char* name, char** str, void* v_xm_str, void* v_mnemonic)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
char *fe_GetConfigDirFilename(char *filename)
|
||||
{
|
||||
return "/tmp";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user