/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: 2009-04-09 03:21:08 UTC
  • Revision ID: csa@dside.dyndns.org-20090409032108-w4edamdh4adrgdu3
import

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