From 02360238ef3c9dc47c8941d971805cde215b515a Mon Sep 17 00:00:00 2001 From: ehouse Date: Thu, 13 Dec 2007 14:44:29 +0000 Subject: [PATCH] fix bug introduced by what was supposed to be risk-free change: send prefsChangedEvent rather than the wrong one so preferences get honored again. --- palm/prefsdlg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/palm/prefsdlg.c b/palm/prefsdlg.c index 948331fff..3f7eb49ce 100644 --- a/palm/prefsdlg.c +++ b/palm/prefsdlg.c @@ -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: