diff options
| author | 2007-10-20 20:07:14 +0000 | |
|---|---|---|
| committer | 2007-10-20 20:07:14 +0000 | |
| commit | 25f14a6deb578c8add0326c95f527863ca0a7284 (patch) | |
| tree | c112daf3d15e87c572a73f5db73d83533e9ef9ff /src/modules/objects | |
| parent | Option UseUserListColorsAsNickColors is now true by default (more user (diff) | |
| download | KVIrc-25f14a6deb578c8add0326c95f527863ca0a7284.tar.gz KVIrc-25f14a6deb578c8add0326c95f527863ca0a7284.tar.bz2 KVIrc-25f14a6deb578c8add0326c95f527863ca0a7284.zip | |
fixed a few remaining
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@871 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/objects')
| -rw-r--r-- | src/modules/objects/libkviobjects.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/objects/libkviobjects.cpp b/src/modules/objects/libkviobjects.cpp index 1c9a2db2b..0ab9cdddf 100644 --- a/src/modules/objects/libkviobjects.cpp +++ b/src/modules/objects/libkviobjects.cpp @@ -811,7 +811,7 @@ static bool objects_kvs_fnc_listObjects(KviKvsModuleFunctionCall * cmd) This function returns the tree of the widgets of the kvirc, if the flag <b> is planned to 1,[br]
will return it on the currente window, if it' is planned to 0 instead it will return it as a string.[br]
ES:
- %A[]=$split("\|",$objects.dump(0))
+ %A[]=$str.split("\|",$objects.dump(0))
%i=0
while (%i != %A[]#)
{
|
