summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/threading/gtk_threading.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/threading/gtk_threading.py b/examples/threading/gtk_threading.py
index 452b81f5..4ba43948 100644
--- a/examples/threading/gtk_threading.py
+++ b/examples/threading/gtk_threading.py
@@ -39,7 +39,7 @@ class WorkerThread(threading.Thread):
class TestWindow(gtk.Window):
- __gtype_name = 'TestWindow'
+ __gtype_name__ = 'TestWindow'
def __init__(self):
gtk.Window.__init__(self)