~charlesk/indicator-sound/blacklist-leaks

« back to all changes in this revision

Viewing changes to src/metadata-menu-item.vala

  • Committer: Conor Curran
  • Date: 2012-01-17 10:09:27 UTC
  • mfrom: (282.6.1 indicator-sound)
  • Revision ID: conor.curran@canonical.com-20120117100927-yhpgzzm1u8s94o1n
merged indicator address format to bring inline with other indicators

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
 
25
25
public class MetadataMenuitem : PlayerItem
26
26
{
27
 
  public const string ALBUM_ART_DIR_SUFFIX = "indicators/sound/album-art-cache"; 
 
27
  public const string ALBUM_ART_DIR_SUFFIX = "indicator/sound/album-art-cache"; 
28
28
  
29
29
  public static string album_art_cache_dir;
30
30
  private static FetchFile fetcher;