]> git.mdlowis.com Git - proto/labwc.git/commit
menu: avoid logging on <item label="" icon="">
authorJohan Malm <jgm323@gmail.com>
Fri, 6 May 2022 20:52:46 +0000 (21:52 +0100)
committerJohan Malm <jgm323@gmail.com>
Fri, 6 May 2022 20:52:46 +0000 (21:52 +0100)
commit9554be0ce77bc19177897f2df4f7394ffda3e816
tree56445252f97122d8bdccaca29d3b16715c1e1830
parentb50d0ea4c8bbb0f823b643bc7998c45ed51046f6
menu: avoid logging on <item label="" icon="">

Labwc does not support menu icons, but we should not log errors if a
menu file contains icons as in the example below:

<item label="" icon="">
  <action name="Execute">
    <command></command>
  </action>
</item>
src/menu/menu.c