Re: Cleanups for e-d-s/libedataserverui
chenthill <[email protected]>
| Newsgroups | gmane.comp.gnome.evolution.patches |
|---|---|
| Message-ID | <[email protected]> |
Hi kmaraas, On Thu, 2006-08-17 at 09:22 +0200, Kjartan Maraas wrote: > + (g_utf8_get_char (g_utf8_offset_to_pointer (text, > selection_end)) == (gunichar)",")) Instead of typecasting, compare it with the character ','. The patch can be committed after this change. thanks, Chenthill.