diff options
author | Conor Curran <conor.curran@canonical.com> | 2010-06-14 11:07:28 +0100 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2010-06-14 11:07:28 +0100 |
commit | 11741257873bf35670e2503184821e2bd075c9f6 (patch) | |
tree | d72d06dbbc7a0200a6179b387b07d232f0773344 /src/metadata-menu-item.vala | |
parent | 3337497532d6d726d9eaa42b5b1b3ed8e4dbedc7 (diff) | |
download | ayatana-indicator-sound-11741257873bf35670e2503184821e2bd075c9f6.tar.gz ayatana-indicator-sound-11741257873bf35670e2503184821e2bd075c9f6.tar.bz2 ayatana-indicator-sound-11741257873bf35670e2503184821e2bd075c9f6.zip |
properties working now both ways
Diffstat (limited to 'src/metadata-menu-item.vala')
-rw-r--r-- | src/metadata-menu-item.vala | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/metadata-menu-item.vala b/src/metadata-menu-item.vala index c9daee6..ef72143 100644 --- a/src/metadata-menu-item.vala +++ b/src/metadata-menu-item.vala @@ -17,6 +17,9 @@ public class MetadataMenuitem : Dbusmenu.Menuitem this.property_set(DBUSMENU_METADATA_MENUITEM_TEXT_PIECE, "Nocturne"); this.property_set(DBUSMENU_METADATA_MENUITEM_TEXT_CONTAINER, "Seven Months in E minor"); this.property_set(DBUSMENU_METADATA_MENUITEM_IMAGE_PATH, "/home/ronoc/Desktop/Sonnamble/Sonnamble_CD.jpg"); + + debug("image_path property set %s:", this.property_get(DBUSMENU_METADATA_MENUITEM_IMAGE_PATH)); + } public override void handle_event(string name, GLib.Value input_value, uint timestamp) |