diff options
| author | 2010-12-31 15:21:57 +0000 | |
|---|---|---|
| committer | 2010-12-31 15:21:57 +0000 | |
| commit | febeca5824b2f0fff527a12884bfb3e08729c39b (patch) | |
| tree | af96253afaee9a8264ae8dfd87c397a9fb522dd6 /src/modules/popup/libkvipopup.cpp | |
| parent | fix for #1063 (diff) | |
| download | KVIrc-febeca5824b2f0fff527a12884bfb3e08729c39b.tar.gz KVIrc-febeca5824b2f0fff527a12884bfb3e08729c39b.tar.bz2 KVIrc-febeca5824b2f0fff527a12884bfb3e08729c39b.zip | |
moved around some header hopefully minimizing recompilation times on small changes
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5280 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/popup/libkvipopup.cpp')
| -rw-r--r-- | src/modules/popup/libkvipopup.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/modules/popup/libkvipopup.cpp b/src/modules/popup/libkvipopup.cpp index 3151f8181..e31142226 100644 --- a/src/modules/popup/libkvipopup.cpp +++ b/src/modules/popup/libkvipopup.cpp @@ -706,10 +706,10 @@ static bool popup_kvs_fnc_isEmpty(KviKvsModuleFunctionCall * c) @syntax: $popup.currentItemId() @short: - Returns the current id popup + Returns the popup item id that owns the executing code @description: - When called inside a popup item's callback, this functions returns the id of that popup item. - This function returns $null when called outside a popup item's callback. + When called inside a popup item's callback, this function returns the id of the popup item. + Outside of callback code, $null is returned. @examples: [example] #clean any previous popup by the same name |
