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:
ramiro%netscape.com
1998-12-09 15:28:19 +00:00
parent 3a5245952b
commit 26ae5aef25

View File

@@ -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";
}