~ubuntu-branches/ubuntu/quantal/unity-greeter/quantal

« back to all changes in this revision

Viewing changes to src/menubar.vala

  • Committer: Package Import Robot
  • Author(s): Michael Terry
  • Date: 2012-10-01 12:33:16 UTC
  • mfrom: (1.1.19)
  • Revision ID: package-import@ubuntu.com-20121001123316-asadi2vi4r8a88w8
Tags: 12.10.4-0ubuntu1
* New upstream bug fix release
  - Fix rendering of password entry's spinner (LP: #1059447)
  - Fix rendering of password entry's cursor after closing a dialog
    (LP: #1049261)
  - Fix slight pixel jump in names as they finish scrolling (LP: #1056941)
  - Fix not being able to click on first few sessions in session chooser
    (LP: #1052453)
  - Cleanly close onboard keyboard to prevent it crashing on login
    (LP: #1055698)
  - Use a lightdm hint for controlling whether remote login is enabled
* debian/patches/trunk_session_chooser.patch,
  debian/patches/02_use_remote_login_hint.patch:
  - Dropped, included upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
166
166
        }
167
167
 
168
168
        setup_indicators ();
 
169
 
 
170
        UnityGreeter.singleton.starting_session.connect (cleanup);
169
171
    }
170
172
 
171
 
    ~MenuBar ()
 
173
    public void cleanup ()
172
174
    {
173
175
        if (keyboard_pid != 0)
174
176
        {