diff options
Diffstat (limited to 'src/objects/rawlog-object.c')
| -rw-r--r-- | src/objects/rawlog-object.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/objects/rawlog-object.c b/src/objects/rawlog-object.c index 340d60a..39915e6 100644 --- a/src/objects/rawlog-object.c +++ b/src/objects/rawlog-object.c @@ -255,7 +255,7 @@ static PyMethodDef PyRawlog_methods[] = { PyTypeObject PyRawlogType = { PyObject_HEAD_INIT(NULL) 0, /*ob_size*/ - "Rawlog", /*tp_name*/ + "irssi.Rawlog", /*tp_name*/ sizeof(PyRawlog), /*tp_basicsize*/ 0, /*tp_itemsize*/ (destructor)PyRawlog_dealloc, /*tp_dealloc*/ |
