Kaydet (Commit) 5f92d07b authored tarafından Andras Timar's avatar Andras Timar

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
üst 90a2d46e
No related merge requests found
...@@ -496,7 +496,7 @@ ...@@ -496,7 +496,7 @@
<object class="GtkImage" id="odfwarning_image"> <object class="GtkImage" id="odfwarning_image">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">False</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> </object>
<packing> <packing>
<property name="left_attach">0</property> <property name="left_attach">0</property>
......
icon-themes/galaxy/svx/res/odfwarning.png

360 Bytes

icon-themes/galaxy/xmlsecurity/res/caution_11x16.png

358 Bytes

icon-themes/hicontrast/svx/res/odfwarning.png

140 Bytes

icon-themes/hicontrast/xmlsecurity/res/caution_11x16.png

139 Bytes

icon-themes/human/svx/res/odfwarning.png

536 Bytes

icon-themes/human/xmlsecurity/res/caution_11x16.png

536 Bytes

icon-themes/oxygen/svx/res/odfwarning.png

536 Bytes

icon-themes/oxygen/xmlsecurity/res/caution_11x16.png

536 Bytes

...@@ -310,7 +310,7 @@ ...@@ -310,7 +310,7 @@
<object class="GtkImage" id="invalidimg"> <object class="GtkImage" id="invalidimg">
<property name="can_focus">False</property> <property name="can_focus">False</property>
<property name="no_show_all">True</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> </object>
<packing> <packing>
<property name="left_attach">0</property> <property name="left_attach">0</property>
...@@ -323,7 +323,7 @@ ...@@ -323,7 +323,7 @@
<object class="GtkImage" id="oldsignatureimg"> <object class="GtkImage" id="oldsignatureimg">
<property name="can_focus">False</property> <property name="can_focus">False</property>
<property name="no_show_all">True</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> </object>
<packing> <packing>
<property name="left_attach">0</property> <property name="left_attach">0</property>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment