User: kz Date: 06/01/31 10:40:50 Modified: /dba/dbaccess/source/ui/app/ AppDetailView.cxx
Log: INTEGRATION: CWS dba202d (1.12.52); FILE MERGED 2006/01/24 10:02:18 fs 1.12.52.2: RESYNC: (1.12-1.14); FILE MERGED 2006/01/23 11:47:02 oj 1.12.52.1: #i48614# send somevents File Changes: Directory: /dba/dbaccess/source/ui/app/ ======================================= File [changed]: AppDetailView.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/app/AppDetailView.cxx?r1=1.14&r2=1.15 Delta lines: +7 -1 ------------------- --- AppDetailView.cxx 16 Jan 2006 15:27:57 -0000 1.14 +++ AppDetailView.cxx 31 Jan 2006 18:40:47 -0000 1.15 @@ -301,7 +301,10 @@ InvalidateEntry( GetCurEntry() ); SetCurEntry( _pEntry ); if ( GetCurEntry() ) + { InvalidateEntry( GetCurEntry() ); + CallEventListeners( VCLEVENT_LISTBOX_SELECT, GetCurEntry() ); + } updateHelpText(); return true; } @@ -344,7 +347,10 @@ if ( pOldCurrent ) InvalidateEntry( pOldCurrent ); if ( pNewCurrent ) + { InvalidateEntry( pNewCurrent ); + CallEventListeners( VCLEVENT_LISTBOX_SELECT, pNewCurrent ); + } // if ( pNewCurrent ) updateHelpText(); } } --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
