https://bugs.kde.org/show_bug.cgi?id=406028

--- Comment #4 from Nate Graham <n...@kde.org> ---
(In reply to Abijith from comment #2)
> (In reply to Nate Graham from comment #1)
> > Yep, looks like it. Probably not a hard patch to write, either. Wanna try
> > your hand at it? I can help!
> 
> I am looking for assistance on fixing bugs, can you help me? I am very much
> interested in fixing but I have little trouble understanding stuff. I would
> like help.
First get your development environment set up:
https://community.kde.org/Get_Involved/development

Then compile Dolphin. After that, check out the code that implements the
context menus. The easiest way to find it is to grep through the codebase for
English string that appears in the context menu.


(In reply to Marcus Sundman from comment #3)
> When you find the relevant places in the code, please don't copy'n'paste the
> code that adds those menu entries, but have both places call the same piece
> of code. For example, you can have a function adding those menu entries, and
> then call the same function from both popup-menu-creation places. (That way,
> if someone adds more menu entries then those will automatically go to both
> menus.)
+1, at least for the menu items that are relevant to both the Places panel and
the Folder panel.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to