diff options
author | Jari Vetoniemi <mailroxas@gmail.com> | 2014-04-12 20:56:00 +0300 |
---|---|---|
committer | Jari Vetoniemi <mailroxas@gmail.com> | 2014-04-12 20:56:00 +0300 |
commit | 01ff5f48edde73364d8f4b11f4f5480c8cc86789 (patch) | |
tree | 668d5028f12855c9eba391147e27bd8f4ddf1351 /lib/bemenu.h | |
parent | ab54f2bc0796b963ac8181f8f31d720e9feffd98 (diff) | |
download | bemenu-01ff5f48edde73364d8f4b11f4f5480c8cc86789.tar.gz bemenu-01ff5f48edde73364d8f4b11f4f5480c8cc86789.tar.bz2 bemenu-01ff5f48edde73364d8f4b11f4f5480c8cc86789.zip |
The list will be copied now.
Diffstat (limited to 'lib/bemenu.h')
-rw-r--r-- | lib/bemenu.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/bemenu.h b/lib/bemenu.h index 9ef684f..37c7d1e 100644 --- a/lib/bemenu.h +++ b/lib/bemenu.h @@ -252,8 +252,6 @@ bmItem* bmMenuGetHighlightedItem(const bmMenu *menu); /** * Set selected items to bmMenu instance. * - * @warning The list won't be copied, do not free it. - * * @param menu bmMenu instance where items will be set. * @param items Array of bmItem pointers to set. * @param nmemb Total count of items in array. |