Changeset 67

Show
Ignore:
Timestamp:
07/20/07 14:48:35 (1 year ago)
Author:
inz
Message:

Add maxed cpu stuff to .schemas

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • osso-statusbar-cpu/trunk/osso-statusbar-cpu.schemas

    r61 r67  
    7474      </locale> 
    7575    </schema> 
     76    <schema> 
     77     <key>/schemas/apps/osso/graph/cpumax_on</key> 
     78     <applyto>/apps/osso/graph/cpumax_on</applyto> 
     79     <owner>osso-statusbar-cpu</owner> 
     80     <type>bool</type> 
     81     <default>false</default> 
     82     <locale name="C"> 
     83      <short>Use cpu maxmium usage notification</short> 
     84     </locale> 
     85    </schema> 
     86    <schema> 
     87     <key>/schemas/apps/osso/graph/maxed_cpu_secs</key> 
     88     <applyto>/apps/osso/graph/maxed_cpu_secs</applyto> 
     89     <owner>osso-statusbar-cpu</owner> 
     90     <type>int</type> 
     91     <default>10</default> 
     92     <locale name="C"> 
     93      <short>Length of maxed cpu averaging time</short> 
     94     </locale> 
     95    </schema> 
    7696  </schemalist> 
    7797</gconfschemafile>