 3df565cbf7
			
		
	
	3df565cbf7
	
	
	
		
			
			After figuring out what the actual problem is, name the reftest properly. The actual problem is that the use-fallback property is ignored when using an icon-name on GtkImage.
		
			
				
	
	
		
			18 lines
		
	
	
		
			584 B
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			584 B
		
	
	
	
		
			XML
		
	
	
	
	
	
| <?xml version="1.0" encoding="UTF-8"?>
 | |
| <!-- Generated with glade 3.19.0 -->
 | |
| <interface>
 | |
|   <requires lib="gtk+" version="3.10"/>
 | |
|   <object class="GtkWindow" id="window1">
 | |
|     <property name="can_focus">False</property>
 | |
|     <property name="type">popup</property>
 | |
|     <child>
 | |
|       <object class="GtkImage" id="image1">
 | |
|         <property name="visible">True</property>
 | |
|         <property name="can_focus">False</property>
 | |
|         <property name="icon_name">edit-delete</property>
 | |
|         <property name="use_fallback">True</property>
 | |
|       </object>
 | |
|     </child>
 | |
|   </object>
 | |
| </interface>
 |