diff options
author | Sebastien Bacher <seb128@ubuntu.com> | 2010-08-26 11:32:53 +0200 |
---|---|---|
committer | Sebastien Bacher <seb128@ubuntu.com> | 2010-08-26 11:32:53 +0200 |
commit | 80e5ad4f83a8b1218133761de11d433a7854041e (patch) | |
tree | 897ac9aa33cd0f1f703403e2bfc73136db80c86d /src/metadata-menu-item.vala | |
parent | b4d305f16bae6804dcf2acf8b9ecc4629807c150 (diff) | |
download | ayatana-indicator-sound-80e5ad4f83a8b1218133761de11d433a7854041e.tar.gz ayatana-indicator-sound-80e5ad4f83a8b1218133761de11d433a7854041e.tar.bz2 ayatana-indicator-sound-80e5ad4f83a8b1218133761de11d433a7854041e.zip |
Import upstream version 0.4.1
Diffstat (limited to 'src/metadata-menu-item.vala')
-rw-r--r-- | src/metadata-menu-item.vala | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/metadata-menu-item.vala b/src/metadata-menu-item.vala index 3818b1c..0bb4a85 100644 --- a/src/metadata-menu-item.vala +++ b/src/metadata-menu-item.vala @@ -29,6 +29,7 @@ public class MetadataMenuitem : PlayerItem reset(attributes_format()); } + public static HashSet<string> attributes_format() { HashSet<string> attrs = new HashSet<string>(); @@ -39,4 +40,4 @@ public class MetadataMenuitem : PlayerItem return attrs; } -}
\ No newline at end of file +} |