Magellan Linux

Diff of /trunk/core/include/mozilla.sminc

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2865 by niro, Sun Jul 12 16:43:44 2009 UTC revision 2866 by niro, Sun Jul 12 17:05:46 2009 UTC
# Line 71  msetpref() Line 71  msetpref()
71  {  {
72   : ${MOZILLA_PREF_CONFIG="magellan.js"}   : ${MOZILLA_PREF_CONFIG="magellan.js"}
73   : ${MOZILLA_PREF_PATH="/usr/$(mlibdir)/mozilla-firefox/defaults/pref"}   : ${MOZILLA_PREF_PATH="/usr/$(mlibdir)/mozilla-firefox/defaults/pref"}
74   local pref   local pref="$1"
75   local value   local value="$2"
76    
77   [[ -z ${pref} ]] && die "msetpref(): no \$pref given"   [[ -z ${pref} ]] && die "msetpref(): no \$pref given"
78    

Legend:
Removed from v.2865  
changed lines
  Added in v.2866