Re: [evolution-patches] patch for #62593 (camel groupwise provider)
- From: Not Zed <notzed ximian com>
- To: Sivaiah N <snallagatla novell com>
- Cc: asdf <evolution-patches lists ximian com>
- Subject: Re: [evolution-patches] patch for #62593 (camel groupwise provider)
- Date: Mon, 30 Aug 2004 11:28:18 +0800
Only real thing - i guess the name "Freqeunt Contacts" doesn't have to be translated?
Also with the g_free(id) thing, just do
g_free(id);
id = NULL;
rather than
if (id) {
...
}
since g_free already checks for a null pointer and it just makes the code neater.
also some of the whitespace is messy, put one blank line after if () {} blocks only if followed by more code, not another }.
On Fri, 2004-08-27 at 21:27 +0530, Sivaiah N wrote:
Hi,
Attahed patch creates two personl addr books for a groupwise user,
during account setup if he does not have them already to be
inconsistent with win32 client behaviour
Thanks,
Siva
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]