fix title of fwin fin

SVN revision: 30263
This commit is contained in:
Carsten Haitzler 2007-06-06 12:31:20 +00:00
parent fc1f048710
commit 9e132070ed
1 changed files with 4 additions and 0 deletions

View File

@ -969,6 +969,10 @@ _e_fwin_file_open_dialog(E_Fwin *fwin, Evas_List *files, int always)
}
evas_object_del(oic);
}
if (ici->label)
e_win_title_set(fwin2->win, ici->label);
else if (ici->file)
e_win_title_set(fwin2->win, ici->file);
}
fwin2 = NULL;
}