Tag: cws_src680_warnings01
User: sb      
Date: 06/04/07 13:49:42

Modified:
 /dba/dbaccess/source/ui/app/
  AppDetailView.cxx

Log:
 RESYNC: (1.14-1.15); FILE MERGED

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.4.1&r2=1.14.4.2
Delta lines:  +10 -4
--------------------
--- AppDetailView.cxx   24 Mar 2006 15:36:00 -0000      1.14.4.1
+++ AppDetailView.cxx   7 Apr 2006 20:49:40 -0000       1.14.4.2
@@ -300,7 +300,10 @@
             InvalidateEntry( GetCurEntry() );
         SetCurEntry( _pEntry );
         if ( GetCurEntry() )
+               {
             InvalidateEntry( GetCurEntry() );
+                       CallEventListeners( VCLEVENT_LISTBOX_SELECT, 
GetCurEntry() );
+               }
                updateHelpText();
         return true;
     }
@@ -343,7 +346,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]

Reply via email to