summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2003-05-02 13:45:59 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2003-05-02 13:45:59 +0000
commit552a849a11de8ac4d024ff1d29cbc852de59d80e (patch)
treef6e126aae96214ed74247072a7f54cd2264c1a9a
parente3535492071a82e03aebda9d9f1a47171d48b469 (diff)
downloadMPC-552a849a11de8ac4d024ff1d29cbc852de59d80e.tar.gz
ChangeLogTag: Fri May 2 08:45:09 2003 Chad Elliott <elliott_c@ociweb.com>
-rw-r--r--modules/ProjectCreator.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/ProjectCreator.pm b/modules/ProjectCreator.pm
index a5fbac74..a90c60ee 100644
--- a/modules/ProjectCreator.pm
+++ b/modules/ProjectCreator.pm
@@ -1391,8 +1391,8 @@ sub get_component_list {
sub need_to_write_project {
- my($self) = shift;
- foreach my $key (keys %{$self->{'valid_components'}}) {
+ my($self) = shift;
+ foreach my $key ('source_files', 'idl_files') {
my($names) = $self->{$key};
foreach my $name (keys %$names) {
foreach my $key (sort keys %{$names->{$name}}) {