diff options
| author | 2008-03-04 17:48:09 +0000 | |
|---|---|---|
| committer | 2008-03-04 17:48:09 +0000 | |
| commit | 4e0cfa02a4f884b3f54f476d596bacd1f34d6a50 (patch) | |
| tree | eda6b9d24fc6a9e3c8553abb205ce948737790e5 /src/modules/action | |
| parent | Fix for a crash with shared files (diff) | |
| download | KVIrc-4e0cfa02a4f884b3f54f476d596bacd1f34d6a50.tar.gz KVIrc-4e0cfa02a4f884b3f54f476d596bacd1f34d6a50.tar.bz2 KVIrc-4e0cfa02a4f884b3f54f476d596bacd1f34d6a50.zip | |
some little fixes around;
fixed docs;
bumped version to 3.4.0
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1183 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/action')
| -rw-r--r-- | src/modules/action/libkviaction.cpp | 16 |
1 files changed, 5 insertions, 11 deletions
diff --git a/src/modules/action/libkviaction.cpp b/src/modules/action/libkviaction.cpp index 47c75983d..1eb13f65f 100644 --- a/src/modules/action/libkviaction.cpp +++ b/src/modules/action/libkviaction.cpp @@ -234,7 +234,7 @@ static bool action_kvs_cmd_disable(KviKvsModuleCommandCall * c) only script actions that have been defined by the user (or other scripts). @seealso: # this will trigger a warning and NOT work - action.destroy connect + action.destroy connect */ static bool action_kvs_cmd_destroy(KviKvsModuleCommandCall * c) @@ -436,15 +436,9 @@ static bool action_kvs_cmd_create(KviKvsModuleCallbackCommandCall * c) debug("action.validate has provided invalid flags: %d fixed to %d",iOldFlags,iFlags); KviKvsUserAction * a = KviKvsUserAction::createInstance(KviActionManager::instance(), - szName, - szCmd, - szVisibleText, - szDescription, - szCategory, - szBigIconId, - szSmallIconId, - iFlags, - szKeySequence); + szName,szCmd,szVisibleText, + szDescription,szCategory,szBigIconId, + szSmallIconId,iFlags,szKeySequence); KviActionManager::instance()->registerAction(a); @@ -463,7 +457,7 @@ static bool action_kvs_cmd_create(KviKvsModuleCallbackCommandCall * c) <boolean> $action.exists(<name:string>) @description: Returns 1 if the action with the specified <name> is currently defined - and 0 otherwise. + and 0 otherwise. */ static bool action_kvs_fnc_exists(KviKvsModuleFunctionCall * c) |
