gjs r145 - trunk/gi



Author: jobi
Date: Fri Jan 23 14:37:42 2009
New Revision: 145
URL: http://svn.gnome.org/viewvc/gjs?rev=145&view=rev

Log:
Compilation fixed when DEBUG_LIFECYCLE is set

Modified:
   trunk/gi/boxed.c

Modified: trunk/gi/boxed.c
==============================================================================
--- trunk/gi/boxed.c	(original)
+++ trunk/gi/boxed.c	Fri Jan 23 14:37:42 2009
@@ -195,7 +195,7 @@
 
     gjs_debug_lifecycle(GJS_DEBUG_GBOXED,
                         "JSObject created by directly allocating %s",
-                        g_base_info_get_name ((GBaseInfo *)priv->info));
+                        g_base_info_get_name ((GIBaseInfo *)priv->info));
 
     return JS_TRUE;
 }



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]