GNOME Bugzilla – Bug 351949
remap does not work properly
Last modified: 2008-01-17 23:01:02 UTC
#1. Open gedit, python, ldtp #2. in python run: from ldtp import * selectmenuitem ('*gedit','mnuFile;mnuNew') remap ('gedit','*gedit') print 'txt1' in getobjectlist('*gedit') the output is False instead of True, i.e. the New object (txt1) of the new text box is not reflected in the appmap even after remap() is called
Its working fine for me in SLED10 / Gedit 2.12. Maybe it has to be verified in higher versions of gedit.
Could you recheck this and update the bug ?