equal
deleted
inserted
replaced
1187 iObserver->NotifyScreenSaverChange(); |
1187 iObserver->NotifyScreenSaverChange(); |
1188 } |
1188 } |
1189 iDelayedNotification = EFalse; |
1189 iDelayedNotification = EFalse; |
1190 } |
1190 } |
1191 |
1191 |
|
1192 // ----------------------------------------------------------------------------- |
|
1193 // Write Wallpaper Type. |
|
1194 // ----------------------------------------------------------------------------- |
|
1195 // |
|
1196 void CAknsSrvSettings::WriteWallpaperType(TInt aType) |
|
1197 { |
|
1198 iSkinsRepository->Set( KPslnWallpaperType, aType ); |
|
1199 } |
|
1200 |
|
1201 // ----------------------------------------------------------------------------- |
|
1202 // Write Wallpaper Path. |
|
1203 // ----------------------------------------------------------------------------- |
|
1204 // |
|
1205 void CAknsSrvSettings::WriteWallpaperPath(const TDesC& aPath) |
|
1206 { |
|
1207 iSkinsRepository->Set( KPslnIdleBackgroundImagePath, aPath ); |
|
1208 } |
|
1209 |
1192 // End of File |
1210 // End of File |