[gq-commit] gq/src prefs.c,1.57,1.58
Status: Beta
Brought to you by:
sur5r
|
From: <sta...@us...> - 2003-11-03 21:44:10
|
Update of /cvsroot/gqclient/gq/src
In directory sc8-pr-cvs1:/tmp/cvs-serv9918
Modified Files:
prefs.c
Log Message:
* Fixed a problem created by merging several CVS trees prior to the
last check-in
Index: prefs.c
===================================================================
RCS file: /cvsroot/gqclient/gq/src/prefs.c,v
retrieving revision 1.57
retrieving revision 1.58
diff -C2 -d -r1.57 -r1.58
*** prefs.c 3 Nov 2003 21:34:52 -0000 1.57
--- prefs.c 3 Nov 2003 21:44:06 -0000 1.58
***************
*** 1253,1257 ****
/* browse mode: Use user-friendly attribute names */
! CONFIG_TOGGLE_BUTTON(config, pw, browse_use_user_friendly);
/* GUI */
--- 1253,1257 ----
/* browse mode: Use user-friendly attribute names */
! CONFIG_TOGGLE_BUTTON(config, pw, save, browse_use_user_friendly);
/* GUI */
***************
*** 1286,1290 ****
/* do_not_use_ldap_conf */
! CONFIG_TOGGLE_BUTTON(config, pw, do_not_use_ldap_conf);
/* LDIF: format */
--- 1286,1290 ----
/* do_not_use_ldap_conf */
! CONFIG_TOGGLE_BUTTON(config, pw, save, do_not_use_ldap_conf);
/* LDIF: format */
|