summaryrefslogtreecommitdiffstats
path: root/src/com/cyanogenmod/trebuchet/LauncherModel.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/cyanogenmod/trebuchet/LauncherModel.java')
-rw-r--r--src/com/cyanogenmod/trebuchet/LauncherModel.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/com/cyanogenmod/trebuchet/LauncherModel.java b/src/com/cyanogenmod/trebuchet/LauncherModel.java
index 08efc6fa8..51fac6f7a 100644
--- a/src/com/cyanogenmod/trebuchet/LauncherModel.java
+++ b/src/com/cyanogenmod/trebuchet/LauncherModel.java
@@ -2321,6 +2321,7 @@ public class LauncherModel extends BroadcastReceiver {
}
Bitmap customIcon = getCustomIconFromCursor(c, context, customIconIndex);
if (customIcon != null) {
+ info.customIconResource = c.getString(customIconIndex);
icon = customIcon;
}
@@ -2461,6 +2462,7 @@ public class LauncherModel extends BroadcastReceiver {
}
Bitmap customIcon = getCustomIconFromCursor(c, context, customIconIndex);
if (customIcon != null) {
+ info.customIconResource = c.getString(customIconIndex);
icon = customIcon;
}
info.setIcon(icon);