[pygtk] examples: threading/gtk_threading.py: fix __gtype_name__
- From: Dieter Verfaillie <dieterv src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pygtk] examples: threading/gtk_threading.py: fix __gtype_name__
- Date: Fri, 18 Feb 2011 19:58:36 +0000 (UTC)
commit 06a3c22cf69af677b9f2da8b738aeff0f7ff65fd
Author: Dieter Verfaillie <dieterv optionexplicit be>
Date: Thu Feb 17 09:53:03 2011 +0100
examples: threading/gtk_threading.py: fix __gtype_name__
examples/threading/gtk_threading.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/examples/threading/gtk_threading.py b/examples/threading/gtk_threading.py
index 452b81f..4ba4394 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)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]