Re: [evolution-patches] handle popup-menu signal in em-folder-tree



since emft_do_popup_menu is a static function and not a callback, it
should have the emft as the first agument.  I think the other arguments
should be the button and event time, rather than fudging it to handle
the button case specially.

emft_do_popup_menu (GdkEventButton *event, EMFolderTree *emft)

should become (no need for the 'do'):

emft_popup_menu(EMFolderTree *emft, guint button, guint32 time)

(use the right types too)

On Sun, 2004-01-25 at 11:30 +0100, Paolo Borelli wrote:
> The attached patch handles the popup-menu signal in the folder tree so
> that the standard SHIFT+F10 accel brings up the menu.
> 
> ciao
> 	paolo




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]