~alexlauni/do-plugins/jolicloud

« back to all changes in this revision

Viewing changes to Microblogging/src/Configuration.cs

  • Committer: Alex Launi
  • Date: 2009-06-24 13:17:29 UTC
  • mfrom: (618.1.17 do-plugins)
  • Revision ID: alex.launi@gmail.com-20090624131729-1l9g76ejqq4leka4
merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
54
54
                        Username = Microblog.Preferences.Username;
55
55
                        Password = Microblog.Preferences.Password;
56
56
                        
 
57
                        Twitterizer.Framework.Twitter.SetService ((Service)services_combo.Active);
57
58
                }
58
59
                
59
60
                protected override bool Validate (string username, string password)