To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=72119
                 Issue #|72119
                 Summary|Images in Addons.xcu should be queried every time - no
                        |t only for addons
               Component|api
                 Version|OOo 2.0.4
                Platform|All
                     URL|
              OS/Version|All
                  Status|UNCONFIRMED
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|ENHANCEMENT
                Priority|P3
            Subcomponent|code
             Assigned to|cd
             Reported by|tobiaskrais





------- Additional comments from [EMAIL PROTECTED] Thu Nov 30 01:04:08 -0800 
2006 -------
I wrote a CommanURL and added a picture to the .uno.pkg. This picture is not
shown in the menu if I only add it transient and use the Addons.xcu posted
below. If I add it through the Addons.xcu to the toolbar or menu, the picture is
shown.

Here is my Addons.xcu (with this one, no image is shown)
-----%<----
<?xml version='1.0' encoding='UTF-8'?> 
<oor:component-data xmlns:oor="http://openoffice.org/2001/registry"; 
        xmlns:xs="http://www.w3.org/2001/XMLSchema"; oor:name="Addons" 
        oor:package="org.openoffice.Office"> 
  <node oor:name="AddonUI">
    <node oor:name="Images">
      <node oor:name="de.twc.oocom.components.saveto.JudasSaveToComponent"
          oor:op="replace">
        <prop oor:name="URL" oor:type="xs:string">
          <value>.JudasSaveTo:</value>
        </prop>
        <prop oor:name="ImageIdentifier" oor:type="xs:string">
          <value>%origin%/JudasSaveto</value>
        </prop>
      </node>
    </node>
  </node>
</oor:component-data>
-----%<-----

---------------------------------------------------------------------
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