GNOME Bugzilla – Bug 776596
devhelp --search sometimes doesn't jump to symbol
Last modified: 2017-05-05 19:04:16 UTC
Steps to reproduce: 1. Open Devhelp. 2. In a terminal: devhelp --search g_file_replace_contents 3. Click on GFileCreateFlags 4. In a terminal: devhelp --search g_file_replace_contents -> Devhelp is still at GFileCreateFlags, it should instead re-jump to g_file_replace_contents().
Fixed with commit 3c0c67af8eb2c286fc9caccdb037f8f7b2d8a6f0.