~alexlauni/do-plugins/bansheeplugin

« back to all changes in this revision

Viewing changes to Banshee/src/PlayAction.cs

  • Committer: Alex Launi
  • Date: 2009-02-27 06:17:30 UTC
  • Revision ID: alex.launi@gmail.com-20090227061730-mtjdazicvj22xp26
fix some minor usability bugs in banshee

Show diffs side-by-side

added added

removed removed

Lines of Context:
69
69
                                
70
70
                        yield break;
71
71
                }
 
72
                
 
73
                protected override bool IsAvailable ()
 
74
                {
 
75
                        return !Banshee.IsPlaying;
 
76
                }
 
77
 
72
78
        }
73
79
}
 
 
b'\\ No newline at end of file'