Re: [evolution-patches] gal patch for # 56578
- From: Chris Toshok <toshok ximian com>
- To: Suresh Chandrasekharan <Suresh Chandrasekharan Eng Sun COM>
- Cc: evolution-patches ximian com, sceri-evolution ximian com
- Subject: Re: [evolution-patches] gal patch for # 56578
- Date: Wed, 07 Apr 2004 20:10:57 -0700
On Wed, 2004-04-07 at 16:09 -0700, Suresh Chandrasekharan wrote:
> Hi All,
> Attached a small gal patch for # 56578. Pl. check it.
>
> Thanks & Regards,
> Suresh
So, the ChangeLog entry has the following text:
+ * e-cell-text.c: (ect_event) Leave editing only if the keyval is
+ Enter and preedit_length == 0.
and the patch has:
- if (key.keyval == GDK_KP_Enter || key.keyval == GDK_Return){
+ if (edit->preedit_length && (key.keyval == GDK_KP_Enter || key.keyval == GDK_Return)) {
shouldn't this be if (edit->preedit_length == 0 && ...?
Chris
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]