gegl r2592 - in trunk: . bin



Author: ok
Date: Thu Oct  2 23:56:01 2008
New Revision: 2592
URL: http://svn.gnome.org/viewvc/gegl?rev=2592&view=rev

Log:
* bin/gegl-node-editor.c: (adjustment_from_param_spec): removed 
g_warn_if_reached to avoid having to bump glib requirement yet.
Closing bug #552470.


Modified:
   trunk/ChangeLog
   trunk/bin/gegl-node-editor.c

Modified: trunk/bin/gegl-node-editor.c
==============================================================================
--- trunk/bin/gegl-node-editor.c	(original)
+++ trunk/bin/gegl-node-editor.c	Thu Oct  2 23:56:01 2008
@@ -740,7 +740,9 @@
           upper = G_PARAM_SPEC_DOUBLE (param_spec)->maximum;
           break;
       default:          
+#if 0
           g_warn_if_reached();  /* broken type dispatch */
+#endif
           lower = -10000000;
           upper =  10000000;
     }



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