# HG changeset patch # User Daniel Atallah # Date 1192392154 0 # Node ID 1048f90e72df9c79919cf2c4666cc7edf392b4c9 # Parent 9d9874c95a8dc112f72a68944ec8d670b9f19d7d Use the patched GtkSpell to avoid excessive memory usage per-conversation. Fixes #1453. diff -r 9d9874c95a8d -r 1048f90e72df libpurple/win32/global.mak --- a/libpurple/win32/global.mak Sun Oct 14 19:49:45 2007 +0000 +++ b/libpurple/win32/global.mak Sun Oct 14 20:02:34 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.11 +GTKSPELL_TOP ?= $(WIN32_DEV_TOP)/gtkspell-2.0.11-daa1 GTK_TOP ?= $(WIN32_DEV_TOP)/gtk_2_0 GTK_BIN ?= $(GTK_TOP)/bin BONJOUR_TOP ?= $(WIN32_DEV_TOP)/Bonjour_SDK @@ -22,6 +22,7 @@ PERL_LIB_TOP ?= $(WIN32_DEV_TOP)/perl58 SILC_TOOLKIT ?= $(WIN32_DEV_TOP)/silc-toolkit-1.1.2 TCL_LIB_TOP ?= $(WIN32_DEV_TOP)/tcl-8.4.5 +GSTREAMER_TOP ?= $(WIN32_DEV_TOP)/gstreamer-0.10.13 # Where we installing this stuff to? PIDGIN_INSTALL_DIR := $(PIDGIN_TREE_TOP)/win32-install-dir