~ubuntu-branches/ubuntu/utopic/lightdm/utopic-proposed

« back to all changes in this revision

Viewing changes to tests/src/unity-system-compositor.c

  • Committer: Package Import Robot
  • Author(s): Robert Ancell
  • Date: 2014-09-30 15:11:51 UTC
  • Revision ID: package-import@ubuntu.com-20140930151151-qnewlpmhhou8u25w
Tags: 1.12.0-0ubuntu1
* New upstream release:
  - Fix assumption that the display server is X when running scripts.
    (LP: #1305006)
  - Don't access .dmrc files until information from these files is required.
    (LP: #1370852)
* debian/patches/01_transition_ubuntu2d_ubuntu_desktop.patch:
  - Dropped, Unity 2D doesn't exist and all users will have been migrated in
    14.04 LTS

Show diffs side-by-side

added added

removed removed

Lines of Context:
93
93
    if (n_read != payload_length)
94
94
    {
95
95
        g_printerr ("Short read for payload, %zi instead of expected %d\n", n_read, payload_length);
96
 
        return FALSE;      
 
96
        return FALSE;
97
97
    }
98
98
 
99
99
    switch (id)