summaryrefslogtreecommitdiffstats
path: root/src/objects/main-window-object.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/objects/main-window-object.c')
-rw-r--r--src/objects/main-window-object.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/objects/main-window-object.c b/src/objects/main-window-object.c
index 6541f2b..d091fd0 100644
--- a/src/objects/main-window-object.c
+++ b/src/objects/main-window-object.c
@@ -120,7 +120,7 @@ static PyMethodDef PyMainWindow_methods[] = {
PyTypeObject PyMainWindowType = {
PyObject_HEAD_INIT(NULL)
0, /*ob_size*/
- "MainWindow", /*tp_name*/
+ "irssi.MainWindow", /*tp_name*/
sizeof(PyMainWindow), /*tp_basicsize*/
0, /*tp_itemsize*/
(destructor)PyMainWindow_dealloc, /*tp_dealloc*/