Default to DesktopEnv_Other.

This commit is contained in:
Uwe L. Korn 2014-04-07 20:35:17 +01:00
parent 167d81bda0
commit 3a6b0814f7
1 changed files with 2 additions and 0 deletions

View File

@ -79,6 +79,8 @@ static DesktopEnvironment detectDesktopEnvironment() {
return DesktopEnv_Kde4;
}
}
return DesktopEnv_Other;
}
static KeyringBackend detectKeyringBackend()