From e727439350de6d017a633f4a27df80d020ecdbd2 Mon Sep 17 00:00:00 2001 From: Warren Togami Date: Thu, 28 Apr 2005 05:19:56 +0000 Subject: [PATCH] correct confusing PANGO vars in startup script --- thunderbird.sh.in | 8 ++++---- thunderbird.spec | 3 +++ 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/thunderbird.sh.in b/thunderbird.sh.in index 5a821c9..51f3d42 100644 --- a/thunderbird.sh.in +++ b/thunderbird.sh.in @@ -13,11 +13,11 @@ MOZ_PROGRAM=$MRE_HOME/thunderbird MOZ_CLIENT_PROGRAM="$MRE_HOME/thunderbird -remote" ## -## Set MOZ_ENABLE_PANGO +## Set MOZ_ENABLE_PANGO is no longer used because Pango is enabled by default +## you may use MOZ_DISABLE_PANGO=1 to force disabling of pango ## -MOZ_ENABLE_PANGO=1 -export MOZ_ENABLE_PANGO - +#MOZ_DISABLE_PANGO=1 +#export MOZ_DISABLE_PANG function check_running() { $MOZ_CLIENT_PROGRAM 'ping()' 2>/dev/null >/dev/null diff --git a/thunderbird.spec b/thunderbird.spec index d268213..fdef2d4 100644 --- a/thunderbird.spec +++ b/thunderbird.spec @@ -184,6 +184,9 @@ cd - #=============================================================================== %changelog +* Wed Apr 27 2005 Warren Togami +- correct confusing PANGO vars in startup script + * Wed Mar 23 2005 Christopher Aillon 1.0.2-1 - Thunderbird 1.0.2