~dobey/ubuntu/natty/banshee/fix-and-amz

« back to all changes in this revision

Viewing changes to src/Core/Banshee.Services/Banshee.Library/ThreadPoolImportSource.cs

  • Committer: Bazaar Package Importer
  • Author(s): Chow Loong Jin
  • Date: 2010-01-28 23:52:53 UTC
  • mto: (6.4.6 sid) (1.14.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 88.
  • Revision ID: james.westby@ubuntu.com-20100128235253-qyw3pkf2vw7ld3kg
ImportĀ upstreamĀ versionĀ 1.5.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
91
91
 
92
92
        protected void LogError (string path, string msg)
93
93
        {
94
 
            Banshee.Base.ThreadAssist.ProxyToMain (delegate {
 
94
            ThreadAssist.ProxyToMain (delegate {
95
95
                ErrorSource error_source = ServiceManager.SourceManager.MusicLibrary.ErrorSource;
96
96
                error_source.AddMessage (path, msg);
97
97