~ubuntu-branches/debian/stretch/lightdm/stretch

« back to all changes in this revision

Viewing changes to src/plymouth.c

  • Committer: Package Import Robot
  • Author(s): Yves-Alexis Perez
  • Date: 2013-10-20 20:45:55 UTC
  • mfrom: (1.1.17)
  • Revision ID: package-import@ubuntu.com-20131020204555-0ht6bt0lw5bof9fn
Tags: 1.8.2-1
* New upstream release.
* debian/patches:
  - 01_set-default-path, 02_default-config, 05_debianize-pam-files
    refreshed.
  - 03_quit-plymouth disabled for now, to check if problem is really fixed
    upstream.
* debian/control:
  - rename liblightdm-qt-2-0 to liblightdm-qt-3-0 to match updated soname.

Show diffs side-by-side

added added

removed removed

Lines of Context:
83
83
void
84
84
plymouth_deactivate (void)
85
85
{
 
86
    g_debug ("Deactivating Plymouth");
86
87
    is_active = FALSE;
87
88
    plymouth_run_command ("deactivate", NULL);
88
89
}
90
91
void
91
92
plymouth_quit (gboolean retain_splash)
92
93
{
 
94
    if (retain_splash)
 
95
        g_debug ("Quitting Plymouth; retaining splash");
 
96
    else
 
97
        g_debug ("Quitting Plymouth");
 
98
 
93
99
    have_pinged = TRUE;
94
100
    is_running = FALSE;
95
101
    if (retain_splash)