mirror of
https://gitlab.gnome.org/World/tootle
synced 2025-02-08 15:48:41 +01:00
parent
43b9f9c561
commit
ffbc9f7736
@ -78,7 +78,7 @@ public enum Tootle.NotificationType {
|
|||||||
case REBLOG:
|
case REBLOG:
|
||||||
return "media-playlist-repeat-symbolic";
|
return "media-playlist-repeat-symbolic";
|
||||||
case FAVORITE:
|
case FAVORITE:
|
||||||
return "help-about-symbolic";
|
return "emblem-favorite-symbolic";
|
||||||
case FOLLOW:
|
case FOLLOW:
|
||||||
case FOLLOW_REQUEST:
|
case FOLLOW_REQUEST:
|
||||||
return "contact-new-symbolic";
|
return "contact-new-symbolic";
|
||||||
|
@ -86,7 +86,7 @@ public class Tootle.StatusWidget : Gtk.EventBox {
|
|||||||
if (reblog.sensitive)
|
if (reblog.sensitive)
|
||||||
this.status.get_formal ().set_reblogged (reblog.get_active ());
|
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.set_action ();
|
||||||
favorite.tooltip_text = _("Favorite");
|
favorite.tooltip_text = _("Favorite");
|
||||||
favorite.toggled.connect (() => {
|
favorite.toggled.connect (() => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user