mirror of
				https://gitlab.gnome.org/GNOME/glib.git
				synced 2025-10-31 16:32:18 +01:00 
			
		
		
		
	removed stray change from previous commit.
Wed Aug 27 19:53:26 2003 Manish Singh <yosh@gimp.org> * gobject.c: removed stray change from previous commit.
This commit is contained in:
		
				
					committed by
					
						 Manish Singh
						Manish Singh
					
				
			
			
				
	
			
			
			
						parent
						
							7dbe422777
						
					
				
				
					commit
					056041aab9
				
			| @@ -1,3 +1,7 @@ | ||||
| Wed Aug 27 19:53:26 2003  Manish Singh  <yosh@gimp.org> | ||||
|  | ||||
| 	* gobject.c: removed stray change from previous commit. | ||||
|  | ||||
| Wed Aug 27 01:25:40 2003  Owen Taylor  <otaylor@redhat.com> | ||||
|  | ||||
| 	* Makefile.am testifaceinit.c: Add a detailed test case | ||||
|   | ||||
| @@ -1532,13 +1532,6 @@ g_value_set_object (GValue   *value, | ||||
| void | ||||
| g_value_set_object_take_ownership (GValue  *value, | ||||
| 				   gpointer v_object) | ||||
| { | ||||
|   g_value_take_object (value, v_object); | ||||
| } | ||||
|  | ||||
| void | ||||
| g_value_take_object (GValue  *value, | ||||
| 		     gpointer v_object) | ||||
| { | ||||
|   g_return_if_fail (G_VALUE_HOLDS_OBJECT (value)); | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user