Fix a property nick typo.
2004-12-09 Matthias Clasen <mclasen@redhat.com> * gtk/gtklabel.c (gtk_label_class_init): Fix a property nick typo.
This commit is contained in:
		
				
					committed by
					
						
						Matthias Clasen
					
				
			
			
				
	
			
			
			
						parent
						
							e83213d06d
						
					
				
				
					commit
					50d8e17fc3
				
			@ -1,5 +1,8 @@
 | 
			
		||||
2004-12-09  Matthias Clasen  <mclasen@redhat.com>
 | 
			
		||||
 | 
			
		||||
	* gtk/gtklabel.c (gtk_label_class_init): Fix a property
 | 
			
		||||
	nick typo. 
 | 
			
		||||
 | 
			
		||||
	* gtk/gtkfilechooserdefault.c: Apply a patch to reset the 
 | 
			
		||||
	filter if an otherwise invisible file is selected via the 
 | 
			
		||||
	location popup.  (#159896, Carlos Garnacho Parro)
 | 
			
		||||
 | 
			
		||||
@ -1,5 +1,8 @@
 | 
			
		||||
2004-12-09  Matthias Clasen  <mclasen@redhat.com>
 | 
			
		||||
 | 
			
		||||
	* gtk/gtklabel.c (gtk_label_class_init): Fix a property
 | 
			
		||||
	nick typo. 
 | 
			
		||||
 | 
			
		||||
	* gtk/gtkfilechooserdefault.c: Apply a patch to reset the 
 | 
			
		||||
	filter if an otherwise invisible file is selected via the 
 | 
			
		||||
	location popup.  (#159896, Carlos Garnacho Parro)
 | 
			
		||||
 | 
			
		||||
@ -1,5 +1,8 @@
 | 
			
		||||
2004-12-09  Matthias Clasen  <mclasen@redhat.com>
 | 
			
		||||
 | 
			
		||||
	* gtk/gtklabel.c (gtk_label_class_init): Fix a property
 | 
			
		||||
	nick typo. 
 | 
			
		||||
 | 
			
		||||
	* gtk/gtkfilechooserdefault.c: Apply a patch to reset the 
 | 
			
		||||
	filter if an otherwise invisible file is selected via the 
 | 
			
		||||
	location popup.  (#159896, Carlos Garnacho Parro)
 | 
			
		||||
 | 
			
		||||
@ -1,5 +1,8 @@
 | 
			
		||||
2004-12-09  Matthias Clasen  <mclasen@redhat.com>
 | 
			
		||||
 | 
			
		||||
	* gtk/gtklabel.c (gtk_label_class_init): Fix a property
 | 
			
		||||
	nick typo. 
 | 
			
		||||
 | 
			
		||||
	* gtk/gtkfilechooserdefault.c: Apply a patch to reset the 
 | 
			
		||||
	filter if an otherwise invisible file is selected via the 
 | 
			
		||||
	location popup.  (#159896, Carlos Garnacho Parro)
 | 
			
		||||
 | 
			
		||||
@ -446,7 +446,7 @@ gtk_label_class_init (GtkLabelClass *class)
 | 
			
		||||
  g_object_class_install_property (gobject_class,
 | 
			
		||||
                                   PROP_WIDTH_CHARS,
 | 
			
		||||
                                   g_param_spec_int ("width_chars",
 | 
			
		||||
                                                     P_("Width In Chararacters"),
 | 
			
		||||
                                                     P_("Width In Characters"),
 | 
			
		||||
                                                     P_("The desired width of the label, in characters"),
 | 
			
		||||
                                                     -1,
 | 
			
		||||
                                                     G_MAXINT,
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user