summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRay Strode <rstrode@redhat.com>2014-02-03 10:02:43 -0500
committerRay Strode <rstrode@redhat.com>2014-02-03 10:02:43 -0500
commitf30df6c44048b6b01311176a775103b1ba1524dc (patch)
tree42f381e04d99bc6c5c360151feaef1ceb2ba621c
parent2d85c8d0a3ad81268718344e0e72ebeeea851422 (diff)
main: don't instruct terminal to ignore mode changes on deactivate
This prevents plymouthd from changing VTs if necessary. http://bugs.freedesktop.org/show_bug.cgi?id=66824
-rw-r--r--src/main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index b82d2c15..daa0436e 100644
--- a/src/main.c
+++ b/src/main.c
@@ -1172,7 +1172,6 @@ deactivate_splash (state_t *state)
ply_trace ("deactivating terminal");
ply_terminal_stop_watching_for_vt_changes (state->local_console_terminal);
ply_terminal_set_buffered_input (state->local_console_terminal);
- ply_terminal_ignore_mode_changes (state->local_console_terminal, true);
ply_terminal_close (state->local_console_terminal);
}