fix segfault, caught by clang -- easy fix.

SVN revision: 38554
This commit is contained in:
Gustavo Sverzut Barbieri 2009-01-12 17:11:34 +00:00
parent c346001e42
commit 610f3a36da
1 changed files with 1 additions and 0 deletions

View File

@ -979,6 +979,7 @@ _ibox_inst_cb_drop(void *data, const char *type, void *event_info)
bd = ev->data;
if (!bd) return;
}
else return;
if (!bd->iconic) e_border_iconify(bd);