diff options
author | Dianne Hackborn <hackbod@google.com> | 2009-07-09 11:36:32 -0700 |
---|---|---|
committer | Dianne Hackborn <hackbod@google.com> | 2009-07-09 12:41:06 -0700 |
commit | 1f59751c3ef5996f2599ad3b3de1ef7afd69f600 (patch) | |
tree | 652675b2a3d03f5a5e5e01a961731c0328520997 /libs | |
parent | 97cb82a7402931e6cd2d682f8bc903ef51114735 (diff) | |
download | frameworks_native-1f59751c3ef5996f2599ad3b3de1ef7afd69f600.zip frameworks_native-1f59751c3ef5996f2599ad3b3de1ef7afd69f600.tar.gz frameworks_native-1f59751c3ef5996f2599ad3b3de1ef7afd69f600.tar.bz2 |
Fix resources not being set correctly.
Diffstat (limited to 'libs')
-rw-r--r-- | libs/utils/ResourceTypes.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libs/utils/ResourceTypes.cpp b/libs/utils/ResourceTypes.cpp index 109f28d..87edb01 100644 --- a/libs/utils/ResourceTypes.cpp +++ b/libs/utils/ResourceTypes.cpp @@ -1573,7 +1573,6 @@ status_t ResTable::add(Asset* asset, void* cookie, bool copyData) status_t ResTable::add(ResTable* src) { mError = src->mError; - mParams = src->mParams; for (size_t i=0; i<src->mHeaders.size(); i++) { mHeaders.add(src->mHeaders[i]); |