diff --git a/applets/kicker/package/contents/ui/code/tools.js b/applets/kicker/package/contents/ui/code/tools.js --- a/applets/kicker/package/contents/ui/code/tools.js +++ b/applets/kicker/package/contents/ui/code/tools.js @@ -53,7 +53,7 @@ if (favoriteModel.isFavorite(favoriteId)) { action.text = i18n("Remove from Favorites"); - action.icon = "list-remove"; + action.icon = "bookmark-remove"; action.actionId = "_kicker_favorite_remove"; } else if (favoriteModel.maxFavorites == -1 || favoriteModel.count < favoriteModel.maxFavorites) { action.text = i18n("Add to Favorites"); diff --git a/applets/kickoff/package/contents/ui/code/tools.js b/applets/kickoff/package/contents/ui/code/tools.js --- a/applets/kickoff/package/contents/ui/code/tools.js +++ b/applets/kickoff/package/contents/ui/code/tools.js @@ -53,7 +53,7 @@ if (favoriteModel.isFavorite(favoriteId)) { action.text = i18n("Remove from Favorites"); - action.icon = "list-remove"; + action.icon = "bookmark-remove"; action.actionId = "_kicker_favorite_remove"; } else if (favoriteModel.maxFavorites == -1 || favoriteModel.count < favoriteModel.maxFavorites) { action.text = i18n("Add to Favorites");