NULL Check

SVN revision: 17028
This commit is contained in:
sebastid 2005-09-28 11:06:07 +00:00 committed by sebastid
parent a614d6f5d5
commit 6c9fe9a36a
1 changed files with 1 additions and 1 deletions

View File

@ -7176,7 +7176,7 @@ _e_border_app_change(void *data, E_App *app, E_App_Change change)
E_Border *bd;
bd = l->data;
if (e_app_equals(bd->app, app))
if ((bd->app) && (e_app_equals(bd->app, app)))
{
bd->changes.icon = 1;
bd->changed = 1;