Minor bug fix for elc_fileselector entry and button.

In non-inwin mode file selector button does not show popup
after the first time, if the popup window is closed.

SVN revision: 70619
This commit is contained in:
Sanjeev BA 2012-05-02 10:18:05 +00:00
parent 7641bc3c68
commit 80871f4ace
1 changed files with 1 additions and 0 deletions

View File

@ -175,6 +175,7 @@ _new_window_add(Widget_Data *wd)
win = elm_win_add(NULL, "fileselector_button", ELM_WIN_DIALOG_BASIC);
elm_win_title_set(win, wd->window_title);
elm_win_autodel_set(win, EINA_TRUE);
evas_object_smart_callback_add(win, "delete,request", _selection_done, wd);
bg = elm_bg_add(win);
elm_win_resize_object_add(win, bg);