Re: [evolution-patches] Fix for bug 72145 (groupwise provider)




Partha,

You need to supply a formatting string to prinf() functions, it doesn't just automatically concatenate the strings.

e.g. g_string_append_printf(str, "%s <%s>", org->display_name, org->email);

Looks ok otherwise - i'm not sure if someone else the groupwise team needs to review this final patch now though or not.

Thanks,
Michael

On Fri, 2005-03-11 at 11:39 +0530, Parthasarathi Susarla wrote:
                       g_string_append_printf (str, org->display_name,
+                                               "<", org->email,">");


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]