To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=42760
Issue #:|42760
Summary:|Crystal iconset does not get industrial fallback
Component:|tools
Version:|680m78
Platform:|All
URL:|
OS/Version:|Linux
Status:|NEW
Status whiteboard:|
Keywords:|
Resolution:|
Issue type:|PATCH
Priority:|P3
Subcomponent:|code
Assigned to:|mh
Reported by:|kendy
------- Additional comments from [EMAIL PROTECTED] Mon Feb 14 08:08:09 -0800
2005 -------
When the Crystal iconset is made in packimages.pl, the industrial fallback is
not used. I guess it is caused by a pre-compiled pattern:
--- solenv/bin/packimages.pl 2005-02-14 16:55:04.129927103 +0100
+++ solenv/bin/packimages.pl 2005-02-14 16:55:09.167058489 +0100
@@ -243,7 +243,7 @@ sub find_custom
for my $path (@custom_path) {
find({ wanted => \&wanted, no_chdir => 0 }, $path);
foreach ( @custom_list ) {
- if ( /^\Q$path\E\/(.*)$/o ) {
+ if ( /^\Q$path\E\/(.*)$/ ) {
$keep_back=$1;
if (!defined $custom_hash_ref->{$keep_back}) {
$custom_hash_ref->{$keep_back} = $path;
---------------------------------------------------------------------
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]