Mercurial > trustbridge
diff common/errorcodes.h @ 173:a9e4454dee97
Implemented searching $HOME/.mozilla for profiles.ini on Linux.
author | Sascha Wilde <wilde@intevation.de> |
---|---|
date | Tue, 25 Mar 2014 16:20:04 +0100 |
parents | 37c9653b8755 |
children | 0c4d65a7cd14 |
line wrap: on
line diff
--- a/common/errorcodes.h Tue Mar 25 15:20:06 2014 +0100 +++ b/common/errorcodes.h Tue Mar 25 16:20:04 2014 +0100 @@ -27,9 +27,14 @@ * Warnings might be ORed together ... */ +/* Error: could not determine current users HOME */ +#define ERR_MOZ_HOMELESS 0x0081 + /* Warning: Failed to read profile.ini */ #define WARN_MOZ_FAILED_TO_OPEN_INI 0x0091 /* Warning: Some profile paths from profile.ini don't exist */ #define WARN_MOZ_PROFILE_DOES_NOT_EXIST 0x0092 +/* Warning: no profiles found */ +#define WARN_MOZ_NO_PROFILES 0x0094 #endif