[vte] vteapp: Fix option



commit 7f74ef1e23ee5120bfc37f5daa0fc068fcbe6eae
Author: Christian Persch <chpe gnome org>
Date:   Thu Jun 11 22:13:53 2015 +0200

    vteapp: Fix option

 src/app.vala |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/app.vala b/src/app.vala
index 7155d57..c233a48 100644
--- a/src/app.vala
+++ b/src/app.vala
@@ -320,7 +320,7 @@ class Window : Gtk.ApplicationWindow
 
     /* Settings */
     if (App.Options.no_double_buffer)
-      terminal.set_double_buffered(true);
+      terminal.set_double_buffered(false);
 
     if (App.Options.encoding != null) {
       try {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]