Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorC. Scott Ananian <cscott@cscott.net>2011-11-11 04:34:51 (GMT)
committer C. Scott Ananian <cscott@cscott.net>2011-11-11 04:34:51 (GMT)
commitefdf087b7fb558f19777f2ba7d23e0395dfecb98 (patch)
treefdd8691798f490a15e8475c7241e80485d5b6652
parent99a822387bd489a855aa4e854034313c59a43f4c (diff)
No longer force GTK2 -- the GTK3 port is functional.cscotts-gtk3
-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")