fix the 'warning' icon in .ui files

Images in .ui files can be loaded from resources (images.zip).
However, only those images are packed into images.zip, which are
used in traditional .src resources. We need to tweak packimages.pl
one day.

Change-Id: Ic954f2561e66880c7f7ff3ed941ccb28a86d83e1
This commit is contained in:
Andras Timar 2013-03-19 13:59:23 +01:00
parent 90a2d46ecb
commit 5f92d07b80
10 changed files with 3 additions and 3 deletions

View File

@ -496,7 +496,7 @@
<object class="GtkImage" id="odfwarning_image">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="pixbuf">svx/res/odfwarning.png</property>
<property name="pixbuf">svx/res/caution_11x16.png</property>
</object>
<packing>
<property name="left_attach">0</property>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 360 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 358 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 140 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 139 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 536 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 536 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 536 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 536 B

View File

@ -310,7 +310,7 @@
<object class="GtkImage" id="invalidimg">
<property name="can_focus">False</property>
<property name="no_show_all">True</property>
<property name="pixbuf">xmlsecurity/res/caution_11x16.png</property>
<property name="pixbuf">svx/res/caution_11x16.png</property>
</object>
<packing>
<property name="left_attach">0</property>
@ -323,7 +323,7 @@
<object class="GtkImage" id="oldsignatureimg">
<property name="can_focus">False</property>
<property name="no_show_all">True</property>
<property name="pixbuf">xmlsecurity/res/caution_11x16.png</property>
<property name="pixbuf">svx/res/caution_11x16.png</property>
</object>
<packing>
<property name="left_attach">0</property>