# HG changeset patch # User Dremov Kirill (Nokia-D-MSW/Tampere) # Date 1268649717 -7200 # Node ID 0b696286a1b2f585506070e5dff8740847ac14e4 # Parent a152385bb39de603d4bdfcaff1f30bdae91de0ca Revision: 201009 Kit: 201010 diff -r a152385bb39d -r 0b696286a1b2 brandingserver/bsserver/cbsinstallhandler.cpp --- a/brandingserver/bsserver/cbsinstallhandler.cpp Fri Mar 12 15:43:59 2010 +0200 +++ b/brandingserver/bsserver/cbsinstallhandler.cpp Mon Mar 15 12:41:57 2010 +0200 @@ -343,7 +343,7 @@ // aaa$bbb -> aaa$bbb.install CDir* dir = NULL; iFs.GetDir( file, KEntryAttNormal, ESortNone, dir ); - if( dir->Count() > 0 ) + if( dir && dir->Count() > 0 ) { // brand is installed delete dir; @@ -362,7 +362,7 @@ // check file with different versions: // aaa$bbb -> aaa$bbb$*.install iFs.GetDir( file, KEntryAttNormal, ESortNone, dir ); - if( dir->Count() > 0 ) + if( dir && dir->Count() > 0 ) { // brand is installed delete dir; diff -r a152385bb39d -r 0b696286a1b2 brandingserver/group/backup_registration.xml --- a/brandingserver/group/backup_registration.xml Fri Mar 12 15:43:59 2010 +0200 +++ b/brandingserver/group/backup_registration.xml Mon Mar 15 12:41:57 2010 +0200 @@ -3,7 +3,7 @@ - + diff -r a152385bb39d -r 0b696286a1b2 imsrv_plat/xmpp_settings_api/tsrc/group/xmppsettings_api_DoxyFile.txt --- a/imsrv_plat/xmpp_settings_api/tsrc/group/xmppsettings_api_DoxyFile.txt Fri Mar 12 15:43:59 2010 +0200 +++ b/imsrv_plat/xmpp_settings_api/tsrc/group/xmppsettings_api_DoxyFile.txt Mon Mar 15 12:41:57 2010 +0200 @@ -1,8 +1,7 @@ -# # Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). # All rights reserved. # This component and the accompanying materials are made available -# under the terms of the License "Eclipse Public License v1.0" +# under the terms of "Eclipse Public License v1.0" # which accompanies this distribution, and is available # at the URL "http://www.eclipse.org/legal/epl-v10.html". # @@ -11,7 +10,8 @@ # # Contributors: # -# Description: +# Description: MMP file for STIF Test Framework's TestScripter +# testclass test module. # #