# HG changeset patch # User Dremov Kirill (Nokia-D-MSW/Tampere) # Date 1274782100 -10800 # Node ID 10246e066a502cb221708673f08c4bd23d247f07 # Parent 52d91a16fec352d78d339c0ebc73a32e44f8a5af Revision: 201019 Kit: 2010121 diff -r 52d91a16fec3 -r 10246e066a50 XDMSettingsUI/src/XDMPlugin.cpp --- a/XDMSettingsUI/src/XDMPlugin.cpp Tue May 11 16:35:18 2010 +0300 +++ b/XDMSettingsUI/src/XDMPlugin.cpp Tue May 25 13:08:20 2010 +0300 @@ -408,7 +408,7 @@ } } - if ( iSettingListContainer ) + if ( iSettingListContainer && !iMainListContainer->IsListEmpty() ) { TBool inUse( EFalse ); HBufC* currentSetName = iMainListContainer->GetCurrentSetNameLC();