1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-23 17:05:26 +02:00

further fixes for 139797

This commit is contained in:
Chris Recoskie 2006-05-03 18:57:11 +00:00
parent 3f989cc33f
commit f9320a494a
2 changed files with 11 additions and 0 deletions

View file

@ -304,6 +304,11 @@ public class BuildFilesAction extends ActionDelegate implements IWorkbenchWindow
}
}
else
{
return false;
}
}
}

View file

@ -298,6 +298,12 @@ public class CleanFilesAction extends ActionDelegate implements IWorkbenchWindow
return false;
}
}
else
{
return false;
}
}
}