~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 04:38:03 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:829
Add an svndiff action, and give it an option in the action listbox.
Enable it and the other SVN actions only when appropriate.

Show diffs side-by-side

added added

removed removed

Lines of Context:
191
191
      <option id="act_svnadd" class="disabled" disabled="disabled"
192
192
        title="Schedule the selected temporary files to be added permanently"
193
193
        value="svnadd">Add</option>
 
194
      <option id="act_svndiff" class="disabled" disabled="disabled"
 
195
        title="View any changes to the selected file since its last committed state"
 
196
        value="svndiff">Diff</option>
194
197
      <option id="act_svnrevert" class="disabled" disabled="disabled"
195
198
        title="Restore the selected files back to their last committed state"
196
199
        value="svnrevert">Revert</option>