Changeset 4175

Show
Ignore:
Timestamp:
06/21/08 05:35:04 (5 months ago)
Author:
ed
Message:

When calling the PreferenceDialog?, set the ActiveForm? as the dialog's Parent.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/dabo/ui/uiwx/uiApp.py

    r3844 r4175  
    529529        except AttributeError: 
    530530            if self.PreferenceDialogClass: 
    531                 dlgPref = self.PreferenceDialogClass(
     531                dlgPref = self.PreferenceDialogClass(af
    532532                if isinstance(dlgPref, PreferenceDialog): 
    533533                    if af: