/docs/MyDocs

To get this branch, use:
bzr branch http://darksoft.org/webbzr/docs/MyDocs

« back to all changes in this revision

Viewing changes to Development/autotools/trac/fixes/0.10/tracnav-ds-noedit.patch

  • Committer: Suren A. Chilingaryan
  • Date: 2017-04-03 02:45:17 UTC
  • Revision ID: csa@suren.me-20170403024517-dwzj0z0k1cmhxm7u
Restructuring, OpenShift, Ansible, Git

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
diff -dPNur tracnav/tracnav/tracnav.py tracnav-new/tracnav/tracnav.py
2
 
--- tracnav/tracnav/tracnav.py  2008-04-04 09:11:15.000000000 +0000
3
 
+++ tracnav-new/tracnav/tracnav.py      2008-04-04 09:08:12.000000000 +0000
4
 
@@ -130,6 +130,8 @@
5
 
             for arg in args.split('|'):
6
 
                 if arg == 'nocollapse':
7
 
                     self.collapse = False
8
 
+               elif arg == 'noedit':
9
 
+                   self.modify = False
10
 
                 else:
11
 
                     self.names.append(arg)
12