/[navidoc]/navidoc/navidoc/mp/__init__.py
ViewVC logotype

Diff of /navidoc/navidoc/mp/__init__.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.27 by humppake, Wed May 21 11:37:49 2003 UTC revision 1.28 by humppake, Thu May 22 09:25:50 2003 UTC
# Line 185  def create_uml(diagram, context='', scal Line 185  def create_uml(diagram, context='', scal
185    
186      if len(context) > 0:      if len(context) > 0:
187          context = '_'+context          context = '_'+context
188          draw_extra = context_menu(diagram);          if config.mp_context_menu: draw_extra = context_menu(diagram);
189    
190      dir = slashify(config.mp_directory)      dir = slashify(config.mp_directory)
191    

Legend:
Removed from v.1.27  
changed lines
  Added in v.1.28

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26