diff -r cff77bed8b14 -r e93e7776283e pidgin/eggtrayicon.c --- a/pidgin/eggtrayicon.c Tue Jul 10 05:56:23 2007 +0000 +++ b/pidgin/eggtrayicon.c Tue Jul 10 06:19:09 2007 +0000 @@ -543,7 +543,7 @@ xdisplay = egg_tray_icon_get_x_display(icon); if (xdisplay == NULL) - return; + return 0; ev.type = ClientMessage; ev.window = (Window)gtk_plug_get_id (GTK_PLUG (icon));