To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=51637


User cmc changed the following:

                  What    |Old value                 |New value
================================================================================
               Assigned to|cmc                       |ivo
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Wed Jul  6 07:55:02 -0700 
2005 -------
I don't think that the pyuno registration is limited to 1, though it may be.
There is only one thing registered at the moment anyway so normally this doesn't
matter. But what is certainly strange at the moment is the more mundane issue of
the string passed to the loader in the first place.

i.e...

for ( my $i = 0; $i <= $#{$pythoncomponents}; $i++ )
{
    my $filename = ${$pythoncomponents}[$i]->{'Name'};
    $filestring = $filestring . $filename . "\;";
    $counter++;

    if ( $counter > 1 )
    {
        $filestring =~ s/\;\s*$//;
        $filestring = substr( $filestring, 0, length($filestring)-3);
    }
}

because the final substr looks like it takes the ".py" off the end of the python
script to pass it to unopkg, but if there is more than one script then the .py
is only stripped off the last one in the list, not off each one.


---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to