Emmanuele Bassi 9691827b5b [texture] Fix error reporting on ::load-finished
The load-finished signal has a GError* argument which is meant to
signify whether the loading was successful. However many of the
places in ClutterTexture that emit this signal directly pass their
'error' variable which is a GError** and will be NULL or not
completely independently of whether there was an error. If the
argument was dereferenced it would probably crash.

The test-texture-async interactive test case should also verify
that the ::load-finished signal is correctly emitted.

Fixes bug:

  http://bugzilla.openedhand.com/show_bug.cgi?id=1622
2009-06-06 16:13:41 +01:00
..
2009-06-05 12:41:42 +01:00
2009-06-05 12:30:08 +01:00
2009-06-06 12:58:00 +01:00
2009-06-03 14:05:05 +01:00
2009-06-06 13:01:17 +01:00