# HG changeset patch # User Daniel Atallah # Date 1187886219 0 # Node ID d3f2492a776855039e3238a74c791448d6f9d2d9 # Parent 40c3e38574581cfde313a27ab577875a4fb6501f Upgrade gtkspell on the win32 build to 2.0.11. Fixes #1388 thanks to Sean's astute observation. diff -r 40c3e3857458 -r d3f2492a7768 libpurple/win32/global.mak --- a/libpurple/win32/global.mak Thu Aug 23 07:24:54 2007 +0000 +++ b/libpurple/win32/global.mak Thu Aug 23 16:23:39 2007 +0000 @@ -11,7 +11,7 @@ # Locations of our various dependencies WIN32_DEV_TOP ?= $(PIDGIN_TREE_TOP)/../win32-dev ASPELL_TOP ?= $(WIN32_DEV_TOP)/aspell-dev-0-50-3-3 -GTKSPELL_TOP ?= $(WIN32_DEV_TOP)/gtkspell-2.0.6 +GTKSPELL_TOP ?= $(WIN32_DEV_TOP)/gtkspell-2.0.11 GTK_TOP ?= $(WIN32_DEV_TOP)/gtk_2_0 GTK_BIN ?= $(GTK_TOP)/bin BONJOUR_TOP ?= $(WIN32_DEV_TOP)/Bonjour_SDK