summaryrefslogtreecommitdiffstats
path: root/src/objects/window-item-object.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/objects/window-item-object.c')
-rw-r--r--src/objects/window-item-object.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/objects/window-item-object.c b/src/objects/window-item-object.c
index 2f18f7d..45ed733 100644
--- a/src/objects/window-item-object.c
+++ b/src/objects/window-item-object.c
@@ -251,7 +251,7 @@ static PyMethodDef PyWindowItem_methods[] = {
PyTypeObject PyWindowItemType = {
PyObject_HEAD_INIT(NULL)
0, /*ob_size*/
- "WindowItem", /*tp_name*/
+ "irssi.WindowItem", /*tp_name*/
sizeof(PyWindowItem), /*tp_basicsize*/
0, /*tp_itemsize*/
0, /*tp_dealloc*/