E: Fix e_mouse initializing.
authorChristopher Michael <cpmichael1@comcast.net>
Mon, 16 Apr 2012 21:56:30 +0000 (21:56 +0000)
committerChristopher Michael <cpmichael1@comcast.net>
Mon, 16 Apr 2012 21:56:30 +0000 (21:56 +0000)
commitaafe309fa30f56897797b728330c747b85735bba
tree2dee28418a9b7ffab081394d2629f3c083758924
parent69624a7f8221515f15f564caa02469b6965e2a3d
E: Fix e_mouse initializing.

NB: The logic looked wrong here. (was if ecore_x_pointer_mapping_set
succeeds, then return a fail of e_mouse_update). That makes no sense.
We should only return a fail of mouse_update if the
ecore_x_pointer_mapping_set function call Fails.

SVN revision: 70247
src/bin/e_mouse.c