~and471/+junk/do-with-docky

« back to all changes in this revision

Viewing changes to Do.Platform.Linux/src/Do.Widgets/AbstractLoginWidget.cs

  • Committer: Alex Launi
  • Date: 2010-03-30 03:23:29 UTC
  • mfrom: (1319.1.7 slnfiles)
  • Revision ID: alex.launi@gmail.com-20100330032329-eo18vlbxh44fx0qi
mergeĀ sln/csprojĀ branch

Show diffs side-by-side

added added

removed removed

Lines of Context:
64
64
                        // masks chars for passwords
65
65
                        password_entry.Visibility = false;
66
66
 
 
67
                        username_entry.Activated += OnUsernameEntryActivated;
67
68
                        password_entry.Activated += OnPasswordEntryActivated;
68
69
                        new_account_button.Clicked += OnNewAccountBtnClicked;
69
70