~noskcaj/ubuntu/utopic/geary/merge2

« back to all changes in this revision

Viewing changes to src/client/accounts/login-dialog.vala

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher
  • Date: 2013-04-10 10:57:25 UTC
  • mfrom: (1.1.5)
  • Revision ID: package-import@ubuntu.com-20130410105725-f532n2cfre2sq6mf
Tags: 0.3.1-0ubuntu1
* New upstream bugfix version:
  - Reduced CPU and memory footprint
  - Account dialog bugs fixed
  - Stability improvements

Show diffs side-by-side

added added

removed removed

Lines of Context:
64
64
        cancel_button.sensitive = !visible;
65
65
        on_info_changed(); // sets OK button sensitivity
66
66
    }
 
67
    
 
68
    public override void show() {
 
69
        page.update_ui();
 
70
        base.show();
 
71
    }
67
72
}
68
73