Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--util/gtkcompat.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/gtkcompat.py b/util/gtkcompat.py
index 06df7d3..9ee9f4a 100644
--- a/util/gtkcompat.py
+++ b/util/gtkcompat.py
@@ -1,6 +1,6 @@
# Import Gtk and GObject, put include crazy thunks so that old
# code using pygtk and Gtk 2.0 code continues to run.
-FORCE_GTK2 = True
+FORCE_GTK2 = False
try:
if FORCE_GTK2: raise ValueError("forcing gtk2")