Change boost and reply icons (close #30 and #31)

This commit is contained in:
bleakgrey 2018-06-01 20:48:13 +03:00
parent e972f7185b
commit a9202d29c4

View file

@ -72,7 +72,7 @@ public class Tootle.StatusWidget : Gtk.EventBox {
reblogs = new Gtk.Label ("0"); reblogs = new Gtk.Label ("0");
favorites = new Gtk.Label ("0"); favorites = new Gtk.Label ("0");
reblog = new ImageToggleButton ("go-up-symbolic"); reblog = new ImageToggleButton ("media-playlist-repeat-symbolic");
reblog.set_action (); reblog.set_action ();
reblog.tooltip_text = _("Boost"); reblog.tooltip_text = _("Boost");
reblog.toggled.connect (() => { reblog.toggled.connect (() => {
@ -86,7 +86,7 @@ public class Tootle.StatusWidget : Gtk.EventBox {
if (favorite.sensitive) if (favorite.sensitive)
this.status.get_formal ().set_favorited (favorite.get_active ()); this.status.get_formal ().set_favorited (favorite.get_active ());
}); });
reply = new ImageToggleButton ("edit-undo-symbolic"); reply = new ImageToggleButton ("mail-reply-sender-symbolic");
reply.set_action (); reply.set_action ();
reply.tooltip_text = _("Reply"); reply.tooltip_text = _("Reply");
reply.toggled.connect (() => { reply.toggled.connect (() => {