Changeset 3266

Show
Ignore:
Timestamp:
07/19/07 18:36:37 (1 year ago)
Author:
ed
Message:

Changed the default to show the menu option. Anyone who is so disturbed by the presence of a menu option can turn it off.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/dabo/dApp.py

    r3264 r3266  
    10531053        v = getattr(self, "_showWebUpdateMenu", None) 
    10541054        if v is None: 
    1055             v = self._showWebUpdateMenu = Fals
     1055            v = self._showWebUpdateMenu = Tru
    10561056        return v 
    10571057