Re: [evolution-patches] patch for #43763
- From: Rodrigo Moya <rodrigo ximian com>
- To: JP Rosevear <jpr ximian com>
- Cc: Evolution Patches <evolution-patches ximian com>
- Subject: Re: [evolution-patches] patch for #43763
- Date: 29 May 2003 20:42:46 +0200
On Thu, 2003-05-29 at 19:33, JP Rosevear wrote:
> On Thu, 2003-05-29 at 10:52, Rodrigo Moya wrote:
> > This makes the code use again g_signal_connect_after for the
> > "button_press_event" on the top canvas. This was changed by JP to
> > g_signal_connect for fixing #43103.
> >
> > With this fix, I can't replicate #43103, so I imagine it doesn't affect
> > it to use again connect_after. JP?
>
> Well it sucks because the connect_after functions can't stop the signal
> emission in time. Basically this occurs because e-week-view-event-item
> gets the notification after e-week-view even though its the canvas item
> on top. I don't know why this is so.
>
as I've found in my debugging, the problem is the "button_press_event"
signal is emitted before the "event" signal. Then, the global popup menu
is displayed in "button_press_event", and then, the per-item popup menu
is displayed also in "event".
cheers
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]