Hi, I'm not a unity expert, but a comment from the bug seems to contain some pointers to where you should look at https://bugs.launchpad.net/ubuntu/+source/unity/+bug/688830/comments/8.
Other than that, you almost never have to look through the entire code, if you are not familiar with the code at all, searching (e.g. with grep) for the right words (which sometimes can be tricky to find, in this case click, mouseup, mousedown, etc might be the right words to look for) most of the times gives me some pointers where I should check/modify the code. I hope this helps, Regards, Robert On Fri, Jul 1, 2011 at 8:53 AM, Abhishek Singh <[email protected]>wrote: > To be clearer is there some developer's guide to unity that gives you a > basic overview of the code or any such resources? > > If not then where in the src code should I look to solve bug # 688830? > > Or is going through the entire src code my only option? > -- > This message was sent from Launchpad by > Abhishek Singh (https://launchpad.net/~abhishek1729) > using the "Contact this team" link on the ayatana-dev discussion list team > page (https://launchpad.net/~ayatana-dev). > For more information see > https://help.launchpad.net/YourAccount/ContactingPeople > > _______________________________________________ > Mailing list: https://launchpad.net/~ayatana-dev > Post to : [email protected] > Unsubscribe : https://launchpad.net/~ayatana-dev > More help : https://help.launchpad.net/ListHelp >
_______________________________________________ Mailing list: https://launchpad.net/~ayatana-dev Post to : [email protected] Unsubscribe : https://launchpad.net/~ayatana-dev More help : https://help.launchpad.net/ListHelp

