Changeset 15997

Show
Ignore:
Timestamp:
01/17/06 11:14:13 (3 years ago)
Author:
axeld
Message:

Fixed crashing bug in the test environment on quit.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • haiku/trunk/src/apps/deskbar/StatusView.cpp

    r15834 r15997  
    158158#ifdef DB_ADDONS 
    159159        // clean up add-on support 
     160#if !defined(HAIKU_TARGET_PLATFORM_LIBBE_TEST) 
    160161        DeleteAddOnSupport(); 
     162#endif 
    161163#endif 
    162164        BView::DetachedFromWindow();