am 511ab64d: Fix 2215274 - Duplicate widgets appearing on top of each other

Merge commit '511ab64d25ee45518b816afa9110b3160edf3f7b' into eclair-mr2

* commit '511ab64d25ee45518b816afa9110b3160edf3f7b':
  Fix 2215274 - Duplicate widgets appearing on top of each other
This commit is contained in:
Joe Onorato
2009-11-09 16:15:49 -08:00
committed by Android Git Automerger
@@ -607,6 +607,7 @@ public class LauncherModel extends BroadcastReceiver {
*/
mItems.clear();
mAppWidgets.clear();
final Cursor c = contentResolver.query(
LauncherSettings.Favorites.CONTENT_URI, null, null, null, null);