diff --git a/src/API/NotificationType.vala b/src/API/NotificationType.vala index 8a06974..6f655d0 100644 --- a/src/API/NotificationType.vala +++ b/src/API/NotificationType.vala @@ -78,7 +78,7 @@ public enum Tootle.NotificationType { case REBLOG: return "media-playlist-repeat-symbolic"; case FAVORITE: - return "help-about-symbolic"; + return "emblem-favorite-symbolic"; case FOLLOW: case FOLLOW_REQUEST: return "contact-new-symbolic"; diff --git a/src/Widgets/StatusWidget.vala b/src/Widgets/StatusWidget.vala index 5daf647..ae4fd28 100644 --- a/src/Widgets/StatusWidget.vala +++ b/src/Widgets/StatusWidget.vala @@ -86,7 +86,7 @@ public class Tootle.StatusWidget : Gtk.EventBox { if (reblog.sensitive) this.status.get_formal ().set_reblogged (reblog.get_active ()); }); - favorite = new ImageToggleButton ("help-about-symbolic"); + favorite = new ImageToggleButton ("emblem-favorite-symbolic"); favorite.set_action (); favorite.tooltip_text = _("Favorite"); favorite.toggled.connect (() => {