Changeset 3089


Ignore:
Timestamp:
04/11/06 18:00:29 (7 years ago)
Author:
moschny
Message:

Bugfix: Display the toc, when the current page is not found in the toc.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trac/plugins/tracnav/tracnav/tracnav.py

    r3088 r3089  
    5656""" 
    5757__id__        = '$Id$' 
    58 __version__   = '3.92pre1' 
     58__version__   = '3.92pre2' 
    5959__revision__  = '$LastChangedRevision$' 
    6060 
     
    229229                if found: 
    230230                    self.display_all(out, req, name, filtered, col) 
     231                else: 
     232                    self.display_all(out, req, name, toc, col) 
    231233            else: 
    232234                self.display_all(out, req, name, toc, col) 
Note: See TracChangeset for help on using the changeset viewer.