Re: [evolution-patches] Address book: patch to remove newline in contact editor address filed
- From: Chris Toshok <toshok ximian com>
- To: Sushma Rai <rsushma novell com>
- Cc: Evolution patches List <evolution-patches gnome org>
- Subject: Re: [evolution-patches] Address book: patch to remove newline in contact editor address filed
- Date: Fri, 02 Dec 2005 12:22:51 -0500
what happens if address->ext is set to something non-null? won't this
patch result in both lines being run together?
wouldn't something like:
if (address->ext) {
gtk_text_buffer_insert (text_buffer, &iter, "\n", -1);
gtk_text_buffer_insert (text_buffer, &iter, address->ext, -1);
}
be better? Or am I just misunderstanding what you're after here?
Chris
On Fri, 2005-12-02 at 18:01 +0530, Sushma Rai wrote:
> Hi,
>
> This patch is to fix the issue #300300, also helps
> LDTP automation for contact editor.
>
> Thanks,
> Sushma.
> _______________________________________________
> Evolution-patches mailing list
> Evolution-patches gnome org
> http://mail.gnome.org/mailman/listinfo/evolution-patches
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]