diff options
author | Ted Gould <ted@gould.cx> | 2014-02-28 15:43:52 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2014-02-28 15:43:52 -0600 |
commit | 3847d2c622e3cd838bd485403c1c4378aa57a637 (patch) | |
tree | d3c198cc6a11da2aa0c92cc13eed72d4e91993b8 | |
parent | 8dea058491a3ca351853df4e85f6c69a4d788944 (diff) | |
download | ayatana-indicator-sound-3847d2c622e3cd838bd485403c1c4378aa57a637.tar.gz ayatana-indicator-sound-3847d2c622e3cd838bd485403c1c4378aa57a637.tar.bz2 ayatana-indicator-sound-3847d2c622e3cd838bd485403c1c4378aa57a637.zip |
Debug message on property change
-rw-r--r-- | src/media-player-user.vala | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/media-player-user.vala b/src/media-player-user.vala index 3a3feaf..28ec5ae 100644 --- a/src/media-player-user.vala +++ b/src/media-player-user.vala @@ -60,6 +60,7 @@ public class MediaPlayerUser : MediaPlayer { properties_timeout = 0; properties_queued.@foreach((key, value) => { + debug("Notifying '%s' changed", key); this.notify_property(key); }); |