--- np2/x11/gtk2/dialog_screen.c 2011/01/15 18:43:13 1.7 +++ np2/x11/gtk2/dialog_screen.c 2011/12/24 01:49:59 1.8 @@ -107,7 +107,7 @@ ok_button_clicked(GtkButton *b, gpointer video_lcd |= video_lcdrev ? 2 : 0; } if (np2cfg.LCD_MODE != video_lcd) { - np2cfg.LCD_MODE |= video_lcd; + np2cfg.LCD_MODE = video_lcd; pal_makelcdpal(); renewal = TRUE; }