On Thu, Jul 9, 2009 at 7:52 AM, Alby<mr.alby at email.it> wrote: > how can i apply a patch for pidgin in windows? Patches are applied to the source code - you need to set up a build environment (http://d.pidgin.im/wiki/BuildingWinPidgin), then once you get that working you can use the `patch` command to apply the patch and then recompile pidgin. -D