зеркало из https://github.com/mozilla/pjs.git
removed MK_SIGNON_SELECTUSER until I determine why it broke Linux dep build on Gromit
This commit is contained in:
Родитель
e7fdcabdfd
Коммит
a34fe13651
|
@ -47,8 +47,9 @@ extern int MK_SIGNON_NOTIFICATION;
|
|||
extern int MK_SIGNON_NOTIFICATION_1;
|
||||
extern int MK_SIGNON_NAG;
|
||||
extern int MK_SIGNON_REMEMBER;
|
||||
extern int MK_SIGNON_SELECTUSER;
|
||||
|
||||
/* remove temporarily until I can figure out why it is breaking the Linux build
|
||||
* extern int MK_SIGNON_SELECTUSER;
|
||||
*/
|
||||
/* locks for signon cache */
|
||||
|
||||
static PRMonitor * signon_lock_monitor = NULL;
|
||||
|
@ -499,7 +500,10 @@ si_GetUser(MWContext *context, char* URLName, Bool pickFirstUser) {
|
|||
|
||||
/* have user select a username from the list */
|
||||
if (FE_SelectDialog(
|
||||
context, XP_GetString(MK_SIGNON_SELECTUSER),
|
||||
/* remove temporarily until I can figure out why it is breaking the linux build
|
||||
* context, XP_GetString(MK_SIGNON_SELECTUSER),
|
||||
*/
|
||||
context,"Select a username to be entered on this form",
|
||||
list, &user_count)) {
|
||||
/* user pressed OK */
|
||||
if (user_count == -1) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче