ports/net/amule-devel/files/patch-eggtrayicon.c
Edwin Groothuis ad93e1744d [NEW PORT] net/amule-devel (aMule 2.0.0rc7)
This port is designed to manage the "unstable" branch of
	aMule, currently aMule 2.0.0rc7.

PR:		ports/73502
Submitted by:	Ganael LAPLANCHE <ganael.laplanche@martymac.com>
2004-12-15 07:13:05 +00:00

11 lines
320 B
C

--- src/eggtrayicon.c.orig Sat Oct 23 05:41:59 2004
+++ src/eggtrayicon.c Sat Oct 23 05:50:38 2004
@@ -75,7 +75,7 @@
static GdkFilterReturn
egg_tray_icon_manager_filter (GdkXEvent *xevent, GdkEvent *event, gpointer user_data)
-{ (void)event;
+{
EggTrayIcon *icon = user_data;
XEvent *xev = (XEvent *)xevent;