Re: [evolution-patches] patch for adresbook.c
- From: Sivaiah N <snallagatla novell com>
- To: Chris Toshok <toshok ximian com>
- Cc: evolution-patches ximian com
- Subject: Re: [evolution-patches] patch for adresbook.c
- Date: Thu, 12 Aug 2004 11:26:52 +0530
committed after moving the comment
Thanks,
Siva
On Wed, 2004-08-11 at 19:02 -0700, Chris Toshok wrote:
> On Wed, 2004-08-11 at 23:04 +0530, Sivaiah N wrote:
> > attached the newer version of pathc which uses "anon-access" capability
> >
> > Thanks,
> > Siva
> > On Wed, 2004-08-11 at 17:01 +0530, Sivaiah N wrote:
> > > Hi,
> > > Currently in address book component When user cancels the auth dialog
> > > evolution always display a dialog with "Accessing LDAP Server
> > > anonymously" and sens a start_book_view request to e-d-s. The attached
> > > patch makes it to happen only in ldap case as anonymous access is not
> > > possible inother cases like groupwise.
> > >
> > > Thanks,
> > > Siva
>
> looks good except for the following very minor thing:
>
>
> > ===================================================================
> > RCS
> > file: /cvs/gnome/evolution/addressbook/gui/component/addressbook.c,v
> > retrieving revision 1.238
> > diff -u -r1.238 addressbook.c
> > --- gui/component/addressbook.c 12 Jul 2004 18:28:08 -0000 1.238
> > +++ gui/component/addressbook.c 11 Aug 2004 17:37:00 -0000
> > @@ -80,8 +80,15 @@
> >
> > if (status != E_BOOK_ERROR_OK) {
> > if (status == E_BOOK_ERROR_CANCELLED) {
> > +
> > + if (e_book_check_static_capability (book,
> > "anon-access")) {
> > /* the user clicked cancel in the password
> > dialog */
>
> That comment should go between the two if's, not inside the inner if.
>
> Chris
> _______________________________________________
> evolution-patches mailing list
> evolution-patches lists ximian com
> http://lists.ximian.com/mailman/listinfo/evolution-patches
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]