Missing object check

SVN revision: 12965
This commit is contained in:
xcomputerman 2005-01-14 19:24:57 +00:00 committed by xcomputerman
parent 8456bb62f3
commit 7bf106161c
1 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,8 @@ e_pointer_container_set(E_Container *con)
Evas_Object *o;
int *pix;
E_OBJECT_CHECK(E_OBJECT(con));
o = evas_object_image_add(con->bg_evas);
if (ecore_x_cursor_color_supported_get())
evas_object_image_file_set(o, e_path_find(path_images, "pointer.png"), NULL);