Re: [evolution-patches] UI patch - for GW system address book/GAL
- From: Sivaiah Nallagatla <snallagatla novell com>
- To: Sushma Rai <rsushma novell com>
- Cc: "[evolution-patches]" <evolution-patches ximian com>
- Subject: Re: [evolution-patches] UI patch - for GW system address book/GAL
- Date: Thu, 25 Nov 2004 13:42:52 -0800
Few comments below
To get a reference to book we can just do
g_object_get (view->adapter, "book", &book, NULL);
in set_empty_message. we need not add a new function for this.
Also a backend may not specify do-initial-query but still can be
editable, for example ldap backend, so the message setting logic should
be as follows .
if(no initial query)
{
if (editable)
show "search for conacts, double clikc to create one"
else
show "search for contacts"
}
else {
if (editable)
show "there are no items in this view, doble click to create one"
else
show "there are no items in this view"
}
Siva
On Thu, 2004-11-25 at 13:38 +0530, Sushma Rai wrote:
> Hi,
>
> There were couple of mails on the lists, about
> Global address list, in Exchange connector
> not being intuitive, that one need to search
> for contacts and they are not fetched by default.
>
> This patch sets a different message, in such cases.
>
> Thanks,
> Sushma.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]