fix bug introduced by what was supposed to be risk-free change: send prefsChangedEvent rather than the wrong one so preferences get honored again.

This commit is contained in:
ehouse 2007-12-13 14:44:29 +00:00
parent fbc2535979
commit 02360238ef

View file

@ -144,7 +144,7 @@ PrefsFormHandleEvent( EventPtr event )
case XW_PREFS_OK_BUTTON_ID:
controlsToLocalPrefs( state );
postEmptyEvent( connsSettingChgEvent );
postEmptyEvent( prefsChangedEvent );
globals->postponeDraw = true;
case XW_PREFS_CANCEL_BUTTON_ID: