e-object-check - this has been turned off since 2007 - back on
authorCarsten Haitzler (Rasterman) <raster@rasterman.com>
Tue, 25 Feb 2014 19:28:12 +0000 (04:28 +0900)
committerCarsten Haitzler (Rasterman) <raster@rasterman.com>
Tue, 25 Feb 2014 19:28:12 +0000 (04:28 +0900)
commit0313a54da4903c19f86d07e31e821e69090606a3
tree67a2141c80b7f4c55f747a867f37ac79daa6ca7b
parent93955530390b72d9cfcc1aec182dcc5e8942389a
e-object-check - this has been turned off since 2007 - back on

this is crazy. all the E_OBJECT_CHECK macros have been off since 2007.
this is just nuts. either remove them, or have them on by default, but
not off. so this turns them back on and fixes code to actually compile
again with them on, as this broke over the years. a lot of code
expects/assumes thatthese willcheck types and null ptrs, but they
don't because they are off by default.
src/bin/e.h
src/bin/e_desktop_editor.c
src/bin/e_gadcon.c
src/bin/e_object.h
src/bin/e_shelf.c
src/modules/winlist/e_winlist.c