aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/pythoncore
diff options
context:
space:
mode:
authorGravatar Fabio Bas2009-12-02 23:05:05 +0000
committerGravatar Fabio Bas2009-12-02 23:05:05 +0000
commitfcd6f09f7c92e957dcc510d36026af5f4274cff8 (patch)
tree9f34cf4223c1ce2abdb0ae7ce1ded903069788a8 /src/modules/pythoncore
parentsome cleaning in cmake scripts/code: (diff)
downloadKVIrc-fcd6f09f7c92e957dcc510d36026af5f4274cff8.tar.gz
KVIrc-fcd6f09f7c92e957dcc510d36026af5f4274cff8.tar.bz2
KVIrc-fcd6f09f7c92e957dcc510d36026af5f4274cff8.zip
small qt4 port of x11 idle code in module "my"
fixed bug in python module git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3654 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/pythoncore')
-rw-r--r--src/modules/pythoncore/kvircmodule.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/pythoncore/kvircmodule.h b/src/modules/pythoncore/kvircmodule.h
index 2a7ed7502..7e5049ec4 100644
--- a/src/modules/pythoncore/kvircmodule.h
+++ b/src/modules/pythoncore/kvircmodule.h
@@ -47,7 +47,7 @@ extern "C" {
#endif
// Total number of C API pointers
- #define PyKVIrc_API_NUM 9
+ #define PyKVIrc_API_NUM 10
#ifdef KVIRC_MODULE
// This section is used when compiling kvircmodule.cpp