mirror of
https://gitlab.gnome.org/World/tootle
synced 2025-02-01 16:36:59 +01:00
parent
43b9f9c561
commit
ffbc9f7736
@ -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";
|
||||
|
@ -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 (() => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user