seed r229 - trunk/libseed



Author: racarr
Date: Mon Nov 10 13:10:09 2008
New Revision: 229
URL: http://svn.gnome.org/viewvc/seed?rev=229&view=rev

Log:
Default signal type should be g_signal_run_first.


Modified:
   trunk/libseed/seed-gtype.c

Modified: trunk/libseed/seed-gtype.c
==============================================================================
--- trunk/libseed/seed-gtype.c	(original)
+++ trunk/libseed/seed-gtype.c	Mon Nov 10 13:10:09 2008
@@ -255,7 +255,7 @@
     jsflags = seed_value_get_property((JSObjectRef)arguments[0], "flags");
     if (JSValueIsNull(eng->context, jsflags) || 
 	!JSValueIsNumber(eng->context, jsflags))
-	flags = G_SIGNAL_RUN_FIRST;
+	flags = G_SIGNAL_RUN_LAST;
     else
 	flags = seed_value_to_long(jsflags, exception);
     



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