correct confusing PANGO vars in startup script
This commit is contained in:
parent
8139e8b937
commit
e727439350
@ -13,11 +13,11 @@ MOZ_PROGRAM=$MRE_HOME/thunderbird
|
|||||||
MOZ_CLIENT_PROGRAM="$MRE_HOME/thunderbird -remote"
|
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
|
#MOZ_DISABLE_PANGO=1
|
||||||
export MOZ_ENABLE_PANGO
|
#export MOZ_DISABLE_PANG
|
||||||
|
|
||||||
|
|
||||||
function check_running() {
|
function check_running() {
|
||||||
$MOZ_CLIENT_PROGRAM 'ping()' 2>/dev/null >/dev/null
|
$MOZ_CLIENT_PROGRAM 'ping()' 2>/dev/null >/dev/null
|
||||||
|
@ -184,6 +184,9 @@ cd -
|
|||||||
#===============================================================================
|
#===============================================================================
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Apr 27 2005 Warren Togami <wtogami@redhat.com>
|
||||||
|
- correct confusing PANGO vars in startup script
|
||||||
|
|
||||||
* Wed Mar 23 2005 Christopher Aillon <caillon@redhat.com> 1.0.2-1
|
* Wed Mar 23 2005 Christopher Aillon <caillon@redhat.com> 1.0.2-1
|
||||||
- Thunderbird 1.0.2
|
- Thunderbird 1.0.2
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user