~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to www/apps/browser/__init__.py

  • Committer: wagrant
  • Date: 2008-07-08 07:09:17 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:832
Add svnlog to the file actions dropdown.

Show diffs side-by-side

added added

removed removed

Lines of Context:
200
200
      <option id="act_svncommit" class="disabled" disabled="disabled"
201
201
        title="Commit any changes to the permanent repository"
202
202
        value="svncommit">Commit</option>
 
203
      <option id="act_svnlog" class="disabled" disabled="disabled"
 
204
        title="View the log of commits of the selected file"
 
205
        value="svnlog">View Log</option>
203
206
      <option id="act_svncheckout" class="disabled" disabled="disabled"
204
207
        title="Re-check out your default directories"
205
208
        value="svncheckout">Re-Checkout</option>