diff options
Diffstat (limited to 'src/title-menu-item.vala')
-rw-r--r-- | src/title-menu-item.vala | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/title-menu-item.vala b/src/title-menu-item.vala index ac93b89..07294fc 100644 --- a/src/title-menu-item.vala +++ b/src/title-menu-item.vala @@ -43,13 +43,13 @@ public class TitleMenuitem : PlayerItem } else if(this.owner.current_state == PlayerController.state.CONNECTED){ this.owner.mpris_bridge.expose(); - } + } } public void alter_label (string new_title) { if (new_title == null) return; - this.property_set(MENUITEM_NAME, new_title); + this.property_set (MENUITEM_NAME, new_title); } public void toggle_active_triangle(bool update) |