Trivial: Silence a compiler warning
This commit is contained in:
		@ -902,7 +902,7 @@ property_widget (GObject    *object,
 | 
			
		||||
 | 
			
		||||
      label = gtk_label_new ("");
 | 
			
		||||
      button = gtk_button_new_with_label ("Properties");
 | 
			
		||||
      g_object_set_data (G_OBJECT (button), "property-name", spec->name);
 | 
			
		||||
      g_object_set_data (G_OBJECT (button), "property-name", (gpointer) spec->name);
 | 
			
		||||
      g_signal_connect (button, "clicked",
 | 
			
		||||
                        G_CALLBACK (object_properties),
 | 
			
		||||
                        object);
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user