diff options
| author | 2010-09-01 07:34:57 +0000 | |
|---|---|---|
| committer | 2010-09-01 07:34:57 +0000 | |
| commit | 13f9211bd8d2406c3a06ab32fc2db41419ebf465 (patch) | |
| tree | def4239f01f4f9fd9c631087b54a9f893b48ac6d /src/modules/toolbar/libkvitoolbar.cpp | |
| parent | implemented #928 (diff) | |
| download | KVIrc-13f9211bd8d2406c3a06ab32fc2db41419ebf465.tar.gz KVIrc-13f9211bd8d2406c3a06ab32fc2db41419ebf465.tar.bz2 KVIrc-13f9211bd8d2406c3a06ab32fc2db41419ebf465.zip | |
fixed dialog.message return value when closed with the window manager close button
fixes to switch, dialog module and toolbar module by OmegaPhil
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4961 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/toolbar/libkvitoolbar.cpp')
| -rw-r--r-- | src/modules/toolbar/libkvitoolbar.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/modules/toolbar/libkvitoolbar.cpp b/src/modules/toolbar/libkvitoolbar.cpp index 703ec2557..ba68e31fe 100644 --- a/src/modules/toolbar/libkvitoolbar.cpp +++ b/src/modules/toolbar/libkvitoolbar.cpp @@ -320,8 +320,8 @@ static bool toolbar_kvs_fnc_exists(KviKvsModuleFunctionCall * c) @syntax: <boolean> $toolbar.isVisible(<id:string>) @description: - Returns 1 if the toolbar with the specified <id> is actually visible and 0 otherwise.[br] - If the toolbar is not defined at all this function still returns 0.[br] + Returns 1 if the toolbar with the specified <id> is visible, + or 0 when invisible or the given toolbar does not exist. @seealso: [cmd]toolbar.show[/cmd] */ @@ -348,8 +348,8 @@ static bool toolbar_kvs_fnc_isVisible(KviKvsModuleFunctionCall * c) @syntax: <array> $toolbar.list() @description: - Returns a list of defined toolbar identifiers.[br] - You can use this function to loop thru all the toolbar definitions.[br] + Returns a list of defined toolbar identifiers - + this can be used to loop through all defined toolbars. @seealso: */ |
