Skip to content
This repository was archived by the owner on Oct 4, 2021. It is now read-only.

Commit f3616a9

Browse files
ketttYTherzok
authored andcommitted
Update main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Gui.Pads.ProjectPad/ProjectFileNodeBuilder.cs
Co-Authored-By: Marius Ungureanu <[email protected]>
1 parent e1f56a3 commit f3616a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Gui.Pads.ProjectPad/ProjectFileNodeBuilder.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ public void RemoveFilesFromProject (bool delete, List<ProjectFile> files)
367367
}
368368

369369
[CommandUpdateHandler (ProjectCommands.ExcludeFromProject)]
370-
public void UpdateExcludeFiles (CommandInfo info)
370+
void UpdateExcludeFiles (CommandInfo info)
371371
{
372372
info.Enabled = CanDeleteMultipleItems ();
373373
}

0 commit comments

Comments
 (0)