GNOME Bugzilla – Bug 351234
listsubmenus does not work for more than 1 level of menus
Last modified: 2009-10-08 22:48:38 UTC
Steps to Reproduce: #1. Open Gedit, ldtp and python #2. In the python prompt run ``listsubmenus ('*gedit','mnuView;mnuHighlightMode')'' This will raise an Exception saying ``*** Unable to find object name in application map'' Expected Behaviour: It should return an list of sub menus seperated by ';' and return an empty List if there are no submenus and return None (or maybe an exception) if there there is no tree of menus below it.
This works fine with LDTPv2. Closing the bug. Feel free to reopen, if it still exists. Thanks for the bug report.