~cszikszoy/do-plugins/pastebin

« back to all changes in this revision

Viewing changes to GMailContacts/src/GMailContactItemSource.cs

  • Committer: Alex Launi
  • Date: 2008-06-06 21:36:06 UTC
  • Revision ID: alex@eriktorvaldsonn-20080606213606-qsw4ihlhrpu17oz3
GCal Cleanup

Show diffs side-by-side

added added

removed removed

Lines of Context:
79
79
                public void UpdateItems () 
80
80
                {
81
81
                        try {
82
 
                                Thread updateRunner = new Thread (
83
 
                                        new ThreadStart (GMail.UpdateContacts));
84
 
                                updateRunner.Start ();
 
82
                                new Thread ((ThreadStart) (GMail.UpdateContacts)).Start ();
85
83
                                items = GMail.Contacts;
86
84
                        } catch (Exception e) {
87
85
                                Console.Error.WriteLine (e.Message);