Fix pidgin crash when Trinity filepicker is active on Ubuntu

git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1243492 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
v3.5.13-sru
tpearson 13 years ago
parent 644a960605
commit ba1d97533c

@ -408,7 +408,10 @@ else
fi fi
if [ -n $KGTK_PRELOAD ]; then if [ -n $KGTK_PRELOAD ]; then
export LD_PRELOAD=$KGTK_PRELOAD:$LD_PRELOAD if [ -e /usr/lib/libnspr4.so ]; then
KGTK_NSPR_PRELOAD="/usr/lib/libnspr4.so:"
fi
export LD_PRELOAD=$KGTK_PRELOAD:$KGTK_NSPR_PRELOAD$LD_PRELOAD
fi fi
# We run mkfontdir on the user's font dirs (if we have permission) to pick # We run mkfontdir on the user's font dirs (if we have permission) to pick

Loading…
Cancel
Save