Will it make them the same behavior for both of clicking with left
button and clicking with right button?

Besides, it looks like a pretty good one to upstream.

-Evan

C Wang wrote:
> The root cause of the bug is in the pop-up signal callback function it
> use if statement to filter the button
> pressed.
> if (button == 3):
> self.__menu.popup(None, None, None, button, time)
> This will filter all keyboard event, which is 0.
>
> Actually, the if statement is not necessary, as the gstatusicon has
> already done this work. to fix the problem, we only need to remove the
> if statement.
>
>
>   

Reply via email to