From 34cdeaae9369af5dce3ce3a4a7756c033bc44cc5 Mon Sep 17 00:00:00 2001 From: Christopher Davis Date: Mon, 3 Jul 2006 06:00:18 +0000 Subject: worked on formats. working on themes now; testing adding functions and methods to objects git-svn-id: http://svn.irssi.org/repos/irssi-python@4295 dbcabf3a-b0e7-0310-adc4-f8d773084564 --- objects/window-item-object.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'objects/window-item-object.c') diff --git a/objects/window-item-object.c b/objects/window-item-object.c index 6494d48..7acb075 100644 --- a/objects/window-item-object.c +++ b/objects/window-item-object.c @@ -69,6 +69,7 @@ static PyGetSetDef PyWindowItem_getseters[] = { {NULL} }; +/* Methods */ PyDoc_STRVAR(PyWindowItem_prnt_doc, "Print to window item" ); @@ -106,8 +107,6 @@ static PyObject *PyWindowItem_command(PyWindowItem *self, PyObject *args, PyObje Py_RETURN_NONE; } -/* Methods */ - PyDoc_STRVAR(PyWindowItem_window_doc, "Return parent window for window item" ); -- cgit