summaryrefslogtreecommitdiffstats
path: root/src/objects/window-object.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/objects/window-object.c')
-rw-r--r--src/objects/window-object.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/objects/window-object.c b/src/objects/window-object.c
index d5aa475..b17a5d7 100644
--- a/src/objects/window-object.c
+++ b/src/objects/window-object.c
@@ -608,7 +608,7 @@ static PyMethodDef PyWindow_methods[] = {
PyTypeObject PyWindowType = {
PyObject_HEAD_INIT(NULL)
0, /*ob_size*/
- "Window", /*tp_name*/
+ "irssi.Window", /*tp_name*/
sizeof(PyWindow), /*tp_basicsize*/
0, /*tp_itemsize*/
(destructor)PyWindow_dealloc, /*tp_dealloc*/