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

Merge commit 'cf8da6b624492bc1ccb9b33da37bb783c8bba486' into eclair-mr2-plus-aosp

* commit 'cf8da6b624492bc1ccb9b33da37bb783c8bba486':
  Fix 2215274 - Duplicate widgets appearing on top of each other
This commit is contained in:
Joe Onorato
2009-11-09 16:21:03 -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);