Set defaults for log and cache directory when profile directory is set

cusax-fix 4903
Ingo Bauersachs 12 years ago
parent 74f26b4424
commit 8ad5e173d8

@ -203,7 +203,10 @@ static void setScHomeDir(String osName)
boolean isHomeDirnameForced = name != null;
if (profileLocation == null || name == null)
if (profileLocation == null
|| cacheLocation == null
|| logLocation == null
|| name == null)
{
String defaultLocation = System.getProperty("user.home");
String defaultName = ".jitsi";

Loading…
Cancel
Save