~ubuntu-branches/ubuntu/lucid/bleachbit/lucid

« back to all changes in this revision

Viewing changes to cleaners/miro.xml

  • Committer: Bazaar Package Importer
  • Author(s): Luca Falavigna
  • Date: 2009-10-22 21:49:11 UTC
  • mfrom: (1.1.12 upstream) (0.6.5 sid)
  • Revision ID: james.westby@ubuntu.com-20091022214911-splx3epgkuhr48jb
Tags: 0.7.0-1
* New upstream release.
* debian/patches/GUI_relative_imports.patch:
  - Refreshed for new upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
  <option id="cache">
26
26
    <label>Cache</label>
27
27
    <description>Delete the cache</description>
28
 
    <action type="children" directories="false">~/.miro/icon-cache/</action>
29
 
    <action type="children" directories="false">~/.miro/mozilla/Cache/</action>
30
 
    <action type="children" directories="false">$APPDATA\Participatory Culture Foundation\Miro\Support\icon-cache\</action>
 
28
    <action command="delete" search="walk.files" path="~/.miro/icon-cache/"/>
 
29
    <action command="delete" search="walk.files" path="~/.miro/mozilla/Cache/"/>
 
30
    <action command="delete" search="walk.files" path="$APPDATA\Participatory Culture Foundation\Miro\Support\icon-cache\"/>
31
31
  </option>
32
32
  <option id="logs">
33
33
    <label>Logs</label>
34
34
    <description>Delete the logs</description>
35
 
    <action type="file">~/.miro/miro-downloader-log</action>
36
 
    <action type="file">~/.miro/miro-log</action>
37
 
    <action type="file">~/.miro/miro-log.1</action>
38
 
    <action type="file">$USERPROFILE\Local Settings\Temp\Miro-downloader.log</action>
39
 
    <action type="file">$USERPROFILE\Local Settings\Temp\Miro.log</action>
40
 
    <action type="file">$USERPROFILE\Local Settings\Temp\Miro.log.1</action>
41
 
    <action type="file">$USERPROFILE\Local Settings\Temp\Miro_Download_Daemon_a.txt</action>
 
35
    <action command="delete" search="file" path="~/.miro/miro-downloader-log"/>
 
36
    <action command="delete" search="file" path="~/.miro/miro-log"/>
 
37
    <action command="delete" search="file" path="~/.miro/miro-log.1"/>
 
38
    <action command="delete" search="file" path="$USERPROFILE\Local Settings\Temp\Miro-downloader.log"/>
 
39
    <action command="delete" search="file" path="$USERPROFILE\Local Settings\Temp\Miro.log"/>
 
40
    <action command="delete" search="file" path="$USERPROFILE\Local Settings\Temp\Miro.log.1"/>
 
41
    <action command="delete" search="file" path="$USERPROFILE\Local Settings\Temp\Miro_Download_Daemon_a.txt"/>
42
42
  </option>
43
43
</cleaner>