From: Ray Strode Date: Tue, 5 May 2009 17:48:05 +0000 (-0400) Subject: [window] Don't force text mode if debugging is on X-Git-Tag: 0.7.0~183 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=03139ac838df45132faae9daf81f7af9b4bfc92c;p=thirdparty%2Fplymouth.git [window] Don't force text mode if debugging is on It's not that much more work to hit ctrl-t, and now that we log messages to plymouth-crash.log it's a lot less useful to see them on screen. --- diff --git a/src/libplybootsplash/ply-window.c b/src/libplybootsplash/ply-window.c index 4e383b03..8a126815 100644 --- a/src/libplybootsplash/ply-window.c +++ b/src/libplybootsplash/ply-window.c @@ -628,9 +628,6 @@ ply_window_set_mode (ply_window_t *window, assert (window != NULL); assert (mode == PLY_WINDOW_MODE_TEXT || mode == PLY_WINDOW_MODE_GRAPHICS); - if (ply_is_tracing ()) - window->should_force_text_mode = true; - switch (mode) { case PLY_WINDOW_MODE_TEXT: