seed r242 - trunk/libseed



Author: racarr
Date: Tue Nov 11 09:48:43 2008
New Revision: 242
URL: http://svn.gnome.org/viewvc/seed?rev=242&view=rev

Log:
Exceptions on failure to (strongly) convert signal handler return value to expected GType.


Modified:
   trunk/libseed/seed-signals.c

Modified: trunk/libseed/seed-signals.c
==============================================================================
--- trunk/libseed/seed-signals.c	(original)
+++ trunk/libseed/seed-signals.c	Tue Nov 11 09:48:43 2008
@@ -146,7 +146,8 @@
     if (exception)
     {
 	gchar *mes = seed_exception_to_string(exception);
-	g_warning("Exception in signal handler. %s \n", mes, 0);
+	g_warning("Exception converting signal handler return value. %s \n", 
+		  mes, 0);
 	g_free(mes);
     }
 



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