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

« back to all changes in this revision

Viewing changes to cleaners/teamviewer.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:
24
24
  <option id="logs">
25
25
    <label>Logs</label>
26
26
    <description>Delete the logs</description>
27
 
    <action type="file">$APPDATA\TeamViewer\TeamViewer4_Logfile.log</action>
 
27
    <action command="delete" search="file" path="$APPDATA\TeamViewer\TeamViewer4_Logfile.log"/>
28
28
  </option>
29
29
  <option id="mru">
30
30
    <label>Most recently used</label>
31
31
    <description>Delete the most recently used list</description>
32
 
    <action type="file">$APPDATA\TeamViewer\Connections.txt</action>
33
 
    <action type="winreg" name="Last_Machine_Connections">HKCU\Software\TeamViewer\Version4</action>
 
32
    <action command="delete" search="file" path="$APPDATA\TeamViewer\Connections.txt"/>
 
33
    <action command="winreg" path="HKCU\Software\TeamViewer\Version4" name="Last_Machine_Connections"/>
34
34
  </option>
35
35
</cleaner>