Magellan Linux

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

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

revision 2867 by niro, Sun Jul 12 17:40:30 2009 UTC revision 2870 by niro, Sun Jul 12 19:02:02 2009 UTC
# Line 105  msetpref() Line 105  msetpref()
105    
106   # eg:   # eg:
107   # pref("general.useragent.vendor","Magellan-Linux");   # pref("general.useragent.vendor","Magellan-Linux");
108   echo "pref(\"${pref}\",${value});" >> ${BINDIR}/${MOZILLA_PREF_PATH}/${MOZILLA_PREF_CONFIG} || die   echo "pref(\"${pref}\", ${value});" >> ${BINDIR}/${MOZILLA_PREF_PATH}/${MOZILLA_PREF_CONFIG} || die
109   fi   fi
110  }  }

Legend:
Removed from v.2867  
changed lines
  Added in v.2870