diff options
author | Ted Gould <ted@gould.cx> | 2014-03-20 15:27:17 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2014-03-20 15:27:17 -0500 |
commit | e4bb3237e72b10941b22beac5c2c0a630f6666c5 (patch) | |
tree | 72d41a52c4d9a76138c91943e83862e553148655 | |
parent | 05ea9196dfbb9ea2a2482625103e9cccbd13b0ec (diff) | |
download | ayatana-indicator-sound-e4bb3237e72b10941b22beac5c2c0a630f6666c5.tar.gz ayatana-indicator-sound-e4bb3237e72b10941b22beac5c2c0a630f6666c5.tar.bz2 ayatana-indicator-sound-e4bb3237e72b10941b22beac5c2c0a630f6666c5.zip |
Make sure to update the player if needed
-rw-r--r-- | src/service.vala | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/service.vala b/src/service.vala index d94aa18..8863a16 100644 --- a/src/service.vala +++ b/src/service.vala @@ -80,6 +80,8 @@ public class IndicatorSound.Service: Object { } this.accounts_service = new AccountsServiceUser(); + + this.eventually_update_player_actions(); } public int run () { |