diff options
| author | 2012-02-28 18:02:49 +0000 | |
|---|---|---|
| committer | 2012-02-28 18:02:49 +0000 | |
| commit | f6064eff53514499892f2f5b56f8d23f2f07bfd8 (patch) | |
| tree | 22479ee68e6a02b306bd00658374946661bb7d4e /src/modules/objects/KvsObject_comboBox.h | |
| parent | attempt to avoid SIGPIPE closing a stuck ssl connection under osx (diff) | |
| download | KVIrc-f6064eff53514499892f2f5b56f8d23f2f07bfd8.tar.gz KVIrc-f6064eff53514499892f2f5b56f8d23f2f07bfd8.tar.bz2 KVIrc-f6064eff53514499892f2f5b56f8d23f2f07bfd8.zip | |
I previously broke the objects module, this should fix it
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6086 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/objects/KvsObject_comboBox.h')
| -rw-r--r-- | src/modules/objects/KvsObject_comboBox.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/objects/KvsObject_comboBox.h b/src/modules/objects/KvsObject_comboBox.h index c9aa9a382..cd178310a 100644 --- a/src/modules/objects/KvsObject_comboBox.h +++ b/src/modules/objects/KvsObject_comboBox.h @@ -41,7 +41,7 @@ public: protected: virtual bool init(KviKvsRunTimeContext * pContext,KviKvsVariantList *pParams); - bool addAction(KviKvsObjectFunctionCall *c); + bool insertItem(KviKvsObjectFunctionCall *c); bool changeItem(KviKvsObjectFunctionCall *c); bool removeItem(KviKvsObjectFunctionCall *c); bool clear(KviKvsObjectFunctionCall *c); |
