~and471/+junk/do-with-docky

« back to all changes in this revision

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

  • Committer: rugby471 at gmail
  • Date: 2010-10-15 16:08:38 UTC
  • Revision ID: rugby471@gmail.com-20101015160838-z9m3utbf7bxzb5ty
reverted to before docky removal

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;
68
67
                        password_entry.Activated += OnPasswordEntryActivated;
69
68
                        new_account_button.Clicked += OnNewAccountBtnClicked;
70
69