clutter-backend: Fix the error check in _clutter_backend_create_stage
authorNeil Roberts <neil@linux.intel.com>
Tue, 9 Feb 2010 18:33:09 +0000 (18:33 +0000)
committerNeil Roberts <neil@linux.intel.com>
Tue, 9 Feb 2010 18:33:09 +0000 (18:33 +0000)
commitca3ab41a1b12f661fe6eecddfaf5e03b0d94d682
treecf3ef684b3659f71bd472d7880dd7e8df55f6d00
parent7b1925df82fa92fd68623c9a999ece6bf4ddfde3
clutter-backend: Fix the error check in _clutter_backend_create_stage

Commit d2bdd3cb62 fixed some compiler warnings but also broke the
ability to create a stage. Although not having warnings from the
compiler is nice, it is also nice to be able to create a stage so lets
not invert the meaning of the error check.
clutter/clutter-backend.c