summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Persch <chpe@gnome.org>2015-06-11 22:13:53 +0200
committerChristian Persch <chpe@gnome.org>2015-10-16 19:43:58 +0200
commit7f74ef1e23ee5120bfc37f5daa0fc068fcbe6eae (patch)
treec436efce5f9641a78def5675d1d23c20127ffc50
parentdd31529f5a79b0018b9aff03beb0335c7e6b6c8f (diff)
downloadvte-7f74ef1e23ee5120bfc37f5daa0fc068fcbe6eae.tar.gz
vteapp: Fix option
-rw-r--r--src/app.vala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app.vala b/src/app.vala
index 7155d578..c233a488 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 {