fix resize bug

SVN revision: 41503
This commit is contained in:
Carsten Haitzler 2009-07-27 03:45:18 +00:00
parent c59b1e40d8
commit 159ac2b3f7
1 changed files with 3 additions and 3 deletions

View File

@ -741,10 +741,10 @@ _fsel_cb_delete(E_Win *win)
static void
_fsel_cb_resize(E_Win *win)
{
Import *import;
FSel *fsel;
if (!(import = win->data)) return;
evas_object_resize(import->bg_obj, win->w, win->h);
if (!(fsel = win->data)) return;
evas_object_resize(fsel->bg_obj, win->w, win->h);
}
static void