GNOME Bugzilla – Bug 558171
Sidepane shows duplicated symbols
Last modified: 2008-12-15 18:28:51 UTC
The sidepane shows every symbol of a file twice for me. Does this happen every time? Yes, so far.
can you please try to give me some steps to reproduce it?
I think the problem was the following: - Add a source file (editing Makefile.am) - Remove it (editing Makefile.am) - Add it again... Maybe there is a missing check at startup if a certain source file is no longer in the project. Then all it's symbols should be removed.
(In reply to comment #2) > I think the problem was the following: > > - Add a source file (editing Makefile.am) > - Remove it (editing Makefile.am) > - Add it again... > > Maybe there is a missing check at startup if a certain source file is no longer > in the project. Then all it's symbols should be removed. > yep you're right, I started hacking on it but still I didn't finish it. I'm going to take this step right now.
Can you please check with trunk version? I have just written a patch for offline Makefile.am edits management.
I'm closing this one because the feature has been implemented in trunk.